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
used your example code but it gets NO vin.
raw data is:
VIN: 014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32 014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32 014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32 014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32 014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32
why not working? My handheld ODB2 gets the vin.
The text was updated successfully, but these errors were encountered:
i found the issue.
your lib asssume USA 17 digit VINs.
for foreign cars its 14 digit VINs.
so your code needs to be changed to
if ( ( q - buffer == len - 3 ) || ( q - buffer == len - 7 ) ) { return true; }
Sorry, something went wrong.
No branches or pull requests
used your example code but it gets NO vin.
raw data is:
VIN: 014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32
014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32
014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32
014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32
014 0: 49 02 01 32 54 32 1: 5A 4B 31 42 41 39 41 2: 43 30 32
why not working? My handheld ODB2 gets the vin.
The text was updated successfully, but these errors were encountered: