Catalin Ghenea

Results 3 comments of Catalin Ghenea

From what you're describing it seems more of a problem with the connection to the adapter than a problem with the OBD library itself. Maybe try to manually open a...

With this line `connection = obd.OBD(baudrate=38400,protocol="6",fast=False, timeout=40)` it works every time? Even when you do the restart procedure: rpi restart, ignition off, ignition on, engine on.

I was seeing the same problem. You can try my branch to see if it fixes the problem. After you do `write: '0100\r'` a `SEARCHING` output should be read. Because...