Replies: 4 comments 6 replies
-
Could you post the exception trace? |
Beta Was this translation helpful? Give feedback.
-
Hmm, that's a communication problem of mine... |
Beta Was this translation helpful? Give feedback.
-
Ahhhhhh- I checked the ASAP2-file. https://www.codetable.net/hex/e4 Idea: We could in before parsing/processing operation via re.replace(...) exchange the literals. [0xc4, 0xe4, 0xd6, 0xf6, 0xdc, 0xfc, 0xdf] also: |
Beta Was this translation helpful? Give feedback.
-
No -- Unicode support is required by the standard, we can't just cut out the offending chars... |
Beta Was this translation helpful? Give feedback.
-
Hi Christoph,
I wanted to execute your example of the doc.
Unfortunately directly an error occurs when I try to read the file
from pya2l import DB
db = DB()
session = db.import_a2l(r"dat/vehicleEcu.a2l")
Is there any package or module missing or why that class is not available?
Thanks in advance for your answer.
Greetings Maurice
Beta Was this translation helpful? Give feedback.
All reactions