Home | History | Annotate | Download | only in serial

Lines Matching refs:SerialException

41         """Open port with current settings. This may throw a SerialException
44 raise SerialException("Port must be configured before it can be used.")
46 raise SerialException("Port is already open.")
66 raise SerialException("could not open port %r: %r" % (self.portstr, ctypes.WinError()))
105 raise SerialException("Can only operate on a valid port handle")
239 raise SerialException('call to ClearCommError failed')
252 raise SerialException('call to ClearCommError failed')
260 raise SerialException("ReadFile failed (%r)" % ctypes.WinError())
270 raise SerialException("ReadFile failed (%r)" % ctypes.WinError())
289 raise SerialException("WriteFile failed (%r)" % ctypes.WinError())
416 raise SerialException('call to ClearCommError failed')