I am using python OBD library and every time I run connection_to_obd = obd.OBD("/dev/rfcomm0", baudrate=38400, protocol="5", fast=False)
even with auto protocol to establish a connection this happens 7 commands supported or 45 commands supported.
Why does it work sometimes and others not?