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

Unable to use mode 9 VIN command #189

Closed Leweyy closed 4 years ago

Leweyy commented 4 years ago

Im currently using version v0.7.1 with python version 3.8 and i am unable to use the newly implemented mode 9 commands

$ pip freeze | grep obd obd==0.7.1

Ive tried the following tests all which return false OBD.commands.has_command(OBD.commands.VIN) OBD.commands.has_name('VIN') 'VIN' in OBD.commands OBD.commands.has_pid(9, 0o2)

alistair23 commented 4 years ago

Can you use the master branch. That is the only one with VIN support

Leweyy commented 4 years ago

@alistair23

all fixed cheers, installed master directly from github using pip3 install git+https://github.com/brendan-w/python-OBD.git#egg=python-OBD