class BaseSerialPort: (source)
Known subclasses: twisted.internet._posixserialport.SerialPort
, twisted.internet.serialport.SerialPort
Method | flushInput |
Undocumented |
Method | flushOutput |
Undocumented |
Method | getCD |
Undocumented |
Method | getCTS |
Undocumented |
Method | getDSR |
Undocumented |
Method | getRI |
Undocumented |
Method | inWaiting |
Undocumented |
Method | sendBreak |
Undocumented |
Method | setBaudRate |
Undocumented |
Method | setDTR |
Undocumented |
Method | setRTS |
Undocumented |
Instance Variable | _serial |
a pyserial serial.Serial instance used to manage the options on the serial port. |
Instance Variable | _serialFactory |
a pyserial serial.Serial factory, used to create the instance stored in self._serial. Overrideable to enable easier testing. |