You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Hi when i query my car (Jaguar F-Pace) with mode 03 and mode 07 i get following response.
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 ?
The text was updated successfully, but these errors were encountered: