Lines Matching refs:SerialException
346 raise SerialException("timeout while waiting for option %r" % (self.name))
378 raise SerialException("Port must be configured before it can be used.")
380 raise SerialException("Port is already open.")
387 raise SerialException("Could not open port %s: %s" % (self.portstr, msg))
448 …raise SerialException("Remote does not seem to support RFC2217 or BINARY mode %r" % mandadory_opti…
465 raise SerialException("Can only operate on open ports")
493 raise SerialException("Remote does not accept parameter change (RFC2217): %r" % items)
524 raise SerialException("there is no sensible way to turn numbers into URLs")
558 …raise SerialException('expected a string in the form "[rfc2217://]<host>:<port>[/option[/option...…
579 raise SerialException('connection failed (reader thread died)')
597 …raise SerialException("connection failed (socket error): %s" % e) # XXX what exception if socket c…
881 raise SerialException("remote sends no NOTIFY_MODEMSTATE")