mickeyl / LTSupportAutomotive

An iOS / watchOS / macOS support library for OBD2, VIN-Decoding, and more.
MIT License
212 stars 59 forks source link

Reading DTCs #31

Closed natethegreate closed 3 years ago

natethegreate commented 3 years ago

I am having some issues regarding reading DTCs through mode 03, 07, and 0A.

When compared to a wired OBD reader, we only read from one of all available locations. Pictured below is a wired reader with DTCs on the ABS and ECM modules, along with the OBDII/EOBD. We are only reading codes from the OBDII/EOBD, and not on the ABS nor ECM, nor TCM if applicable.

image

I am using a compatible adapter, and using some apps on the App Store I have been able to read from the ABS module using my adapter.

I am wondering if anything like this has been done with this library

mukulpandey57 commented 3 years ago

@thdankert Please go-through with this, may be you can identify the issue.

mickeyl commented 3 years ago

With #20 being closed, the DTC reporting should be in sync with other readers and apps now. Please reopen if there is still something broken.