Searched defs:SerialException (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py100 class SerialException(IOError): class in inherits:IOError
104 class SerialTimeoutException(SerialException):
109 portNotOpenError = SerialException('Attempting to use a port that is not open')

Completed in 68 milliseconds