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

Mode 1 and 2 PIDs are not complete? #211

Open lazyzero opened 3 years ago

lazyzero commented 3 years ago

Hello,

I am woundering if the PID range 1-60 in commands.py is not complete. Compared with the list from Wikipedia (https://en.wikipedia.org/wiki/OBD-II_PIDs) there should be way more PIDs available.

Best Christian

cewbdex commented 3 years ago

I would say you are right, you can implement it yourself and send a pull request.