Failed to read DTCs from two cars
Posted: Sun Nov 24, 2019 11:33 pm
I'm trying to read DTCs from two cars we have: BMW E61 2007 and Ford Focus 2006, but not getting any results.
I added debug prints to the library functions and got following replies from the co-processor when connected to the BMW:
readDTC sends: "03"
from BMW receives:
43 00 00 00 00 00 00
43 14 A4 00 00 00 00
>
from Ford receives:
43 00
>
Is this protocol documented somewhere, how to interpret it? Could there be some fixes needed to the co-processor code to get it working?
I added debug prints to the library functions and got following replies from the co-processor when connected to the BMW:
readDTC sends: "03"
from BMW receives:
43 00 00 00 00 00 00
43 14 A4 00 00 00 00
>
from Ford receives:
43 00
>
Is this protocol documented somewhere, how to interpret it? Could there be some fixes needed to the co-processor code to get it working?