Closed jcrjaci closed 8 years ago
Looks like creator doesn't know answer
You are right. This may be something related to CAN or your device.
@tommixoft this is an open-source, non-profit effort of mine. I try to help when I can on my free time. I suggest you do the same instead of wasting your free time trolling.
@pires I think i found the problem.
I put the starting commands in a function. (EchoOffCommand,LineFeedOffCommand, TimeoutCommand, SelectProtocolCommand).
And i was calling that function and the DTC function synchronous.
now i'm calling both asynchronous. and i get a empty string as a answer. I also called DtcNumberCommand which return 0. So i think that problem are solved.
Awesome! Thanks for the update.
Hi, Firstly, great library it help me and simplify a lot.
I have an issue, when i try to access to the trouble codes of the car by:
it always return me the following 3 codes:
After the 'U', it should return an hexadecimal, am i right? like U3000
Obrigado!