python-OBD
python-OBD copied to clipboard
catching the Exception to connect
are there any exceptions i can use to catch a failed connection, something like this
except serial.SerialException as e: logger.error(e)