twisted.internet.serialport.BaseSerialPort class documentationtwisted.internet.serialport
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.internet._posixserialport.SerialPort, twisted.internet.serialport.SerialPort
Base class for Windows and POSIX serial ports.
| 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 | 
| Instance Variable | _serialFactory | a pyserial serial.Serialfactory, used to create the instance 
stored inself._serial. Overrideable to enable easier testing. | 
| Instance Variable | _serial | a pyserial serial.Serialinstance used to manage the options 
on the serial port. |