brendan-w / python-OBD

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

Querying a command twice returns "None" #104

Closed RMNB closed 5 years ago

RMNB commented 6 years ago

The second time I query the same sensor, I get a "None" value. So I have to query another sensor before I can go back and query the first one. Is that expected?

alistair23 commented 5 years ago

That isn't expected. I just tried this and I can query the same sensor multiple times

dermodmaster commented 4 years ago

same problem here

vonlapteffski commented 3 years ago

same