Lines Matching refs:SerialException
231 … raise SerialException("sorry don't know how to handle non standard baud rate on this platform")
283 raise SerialException("Port must be configured before it can be used.")
285 raise SerialException("Port is already open.")
292 raise SerialException(msg.errno, "could not open port %s: %s" % (self._port, msg))
314 raise SerialException("Can only operate on a valid file descriptor")
325 raise SerialException("Could not configure port: %s" % msg)
475 …raise SerialException('device reports readiness to read but returned no data (device disconnected …
481 raise SerialException('read failed: %s' % (e,))
485 raise SerialException('read failed: %s' % (e,))
513 raise SerialException('write failed (select)')
518 raise SerialException('write failed: %s' % (v,))
674 raise SerialException('device reports error (poll)')