brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

PID for get unique number of vehicule #165

Closed mabed-fr closed 4 years ago

mabed-fr commented 4 years ago

Hello,

I want get one codes(VIN) uniq per car, i see the "Services_09" PID 02

Can i use with the python-OBD ?

Ressources: https://en.wikipedia.org/wiki/OBD-II_PIDs#Service_09

alistair23 commented 4 years ago

There is a PR to add support: https://github.com/brendan-w/python-OBD/pull/151

It looks like the author stopped working on it. If you can fix up the comments it could be merged into master then you can read the VIN.

alistair23 commented 4 years ago

Closing as a duplicate of: https://github.com/brendan-w/python-OBD/issues/42