t.i.s.BaseSerialPort : class documentation

Part of twisted.internet.serialport View Source View In Hierarchy

Known subclasses: twisted.internet._posixserialport.SerialPort, twisted.internet.serialport.SerialPort, twisted.internet.serialport.SerialPort

Base class for Windows and POSIX serial ports.
Instance Variables_serialFactorya pyserial serial.Serial factory, used to create the instance stored in self._serial. Overrideable to enable easier testing.
_seriala pyserial serial.Serial instance used to manage the options on the serial port.
Method setBaudRate Undocumented
Method inWaiting Undocumented
Method flushInput Undocumented
Method flushOutput Undocumented
Method sendBreak Undocumented
Method getDSR Undocumented
Method getCD Undocumented
Method getRI Undocumented
Method getCTS Undocumented
Method setDTR Undocumented
Method setRTS Undocumented
def setBaudRate(self, baudrate): (source)
Undocumented
def inWaiting(self): (source)
Undocumented
def flushInput(self): (source)
Undocumented
def flushOutput(self): (source)
Undocumented
def sendBreak(self): (source)
Undocumented
def getDSR(self): (source)
Undocumented
def getCD(self): (source)
Undocumented
def getRI(self): (source)
Undocumented
def getCTS(self): (source)
Undocumented
def setDTR(self, on=1): (source)
Undocumented
def setRTS(self, on=1): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.