I updated the getVIN method in the FreematicsONE.cpp to correct the issue.
Changed line where p += 10 to p += 7.
Now getVIN method returns all 17 characters in buffer.
Search found 2 matches
- Sat Sep 03, 2016 6:05 am
- Forum: Freematics Products
- Topic: getVIN method in firmware V4 datalogger
- Replies: 3
- Views: 8976
- Sat Sep 03, 2016 5:19 am
- Forum: Freematics Products
- Topic: getVIN method in firmware V4 datalogger
- Replies: 3
- Views: 8976
getVIN method in firmware V4 datalogger
Testing a Freematics ONE with a Freematics OBD-II emulator using the datalogger sketch as a base. The getVIN method is updating the buffer with the last 16 characters of a 17-character VIN. In other words, its returning "P0ZZZ99ZTS392124" instead of "WP0ZZZ99ZTS392124" as expecte...