We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the file uds_response.py, all UDS Negative Response Codes specified in the ISO 14229-1 are not implemented.
You shall add : RESPONSE_TOO_LONG = 0x14 UPLOAD_DOWLOAD_NOT_ACCEPTED = 0x70 SUB_FUNCTION_NOT_SUPPORTED_IN_ACTIVE_SESSION = 0x7E SERVICE_NOT_SUPPORTED_IN_ACTIVE_SESSION = 0x7F
Thank you, have a good day !
The text was updated successfully, but these errors were encountered:
Pog3k
No branches or pull requests
In the file uds_response.py, all UDS Negative Response Codes specified in the ISO 14229-1 are not implemented.
You shall add :
RESPONSE_TOO_LONG = 0x14
UPLOAD_DOWLOAD_NOT_ACCEPTED = 0x70
SUB_FUNCTION_NOT_SUPPORTED_IN_ACTIVE_SESSION = 0x7E
SERVICE_NOT_SUPPORTED_IN_ACTIVE_SESSION = 0x7F
Thank you, have a good day !
The text was updated successfully, but these errors were encountered: