Skip to content
New issue

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

Read Vehicle Odometer with OBD2UART #58

Open
preslavmihaylov opened this issue Jan 12, 2019 · 1 comment
Open

Read Vehicle Odometer with OBD2UART #58

preslavmihaylov opened this issue Jan 12, 2019 · 1 comment

Comments

@preslavmihaylov
Copy link

I am interested in using the https://freematics.com/pages/products/freematics-obd-ii-uart-adapter-mk2/ and this library to read the vehicle odometer data.

According to OBD-II Protocol's wikipedia (https://en.wikipedia.org/wiki/OBD-II_PIDs), there is a pid for reading Odometer data (ID 0xA6).

However, this library's interface doesn't support it. I tried adding it manually and reading it while the car is running, but the device didn't receive any answer.

Perhaps there are some intricacies in reading the pid with the library and merely requesting the specified ID is not enough.

So, is it possible to read the Odometer data with this device with some tweaking of the library or is it not possible?

@RootUser3885
Copy link

That also depends on if the car supports it. I haven't tried it but you can add your own PID to the library by modifying the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants