python-OBD icon indicating copy to clipboard operation
python-OBD copied to clipboard

catching the Exception to connect

Open Leweyy opened this issue 4 years ago • 0 comments

are there any exceptions i can use to catch a failed connection, something like this

except serial.SerialException as e: logger.error(e)

Leweyy avatar Jun 28 '20 17:06 Leweyy