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
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
From my understanding the len(request) should be at least 3, no? I am not sure, as I do not have the exact specification at hand.
Looking at the implementation of udsoncan, the 0x19 service always takes an additional parameter, the status mask for the function 0x2(READ_DTC_INFO_BY_STATUS_MASK).
I think, therefore, there's an error in the function get_0x19_response for handling READ_DTC_INFO_BY_STATUS_MASK.
Hope this is a correct mistake, otherwise I will report a bug at udsoncan.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From my understanding the len(request) should be at least 3, no? I am not sure, as I do not have the exact specification at hand.
Looking at the implementation of udsoncan, the 0x19 service always takes an additional parameter, the status mask for the function 0x2(READ_DTC_INFO_BY_STATUS_MASK).
I think, therefore, there's an error in the function get_0x19_response for handling READ_DTC_INFO_BY_STATUS_MASK.
Hope this is a correct mistake, otherwise I will report a bug at udsoncan.
The text was updated successfully, but these errors were encountered: