Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with troublecodes #30

Open
MikkM opened this issue Apr 5, 2024 · 0 comments
Open

Issue with troublecodes #30

MikkM opened this issue Apr 5, 2024 · 0 comments

Comments

@MikkM
Copy link

MikkM commented Apr 5, 2024

Hi when i query my car (Jaguar F-Pace) with mode 03 and mode 07 i get following response.

03
4300 4300
07
4700 4700

I am not sure but i belive that car responds 2 frames from 2 ecus (7E8,7E9).
Seems that kotlin-OBD-api cannot handle that well as it converts result into DTC's bul obviously there are no DTC's.

TroubleCodesCommand() turns 43004300 into C0300 DTC
PendingTroubleCodesCommand() turns 47004700 into C0700 DTC

Would there be an easy fix for it or i will need to figure out whole new commands to decode response properly ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant