class documentation
class RegularFileSerialPort(serialport.SerialPort):
Constructor: RegularFileSerialPort(*args, **kwargs)
Undocumented
Method | __init__ |
No summary |
Instance Variable | comstat |
Undocumented |
Method | _clear |
Undocumented |
Inherited from SerialPort
:
Method | connection |
Called when the serial port disconnects. |
Method | serial |
Undocumented |
Method | serial |
Undocumented |
Method | write |
Reliably write some data. |
Instance Variable | closed |
Undocumented |
Instance Variable | closed |
Undocumented |
Instance Variable | connected |
Undocumented |
Instance Variable | out |
Undocumented |
Instance Variable | protocol |
Undocumented |
Instance Variable | reactor |
Undocumented |
Instance Variable | read |
Undocumented |
Instance Variable | write |
Undocumented |
Method | _finish |
Finish setting up the serial port. |
Instance Variable | _overlapped |
Undocumented |
Instance Variable | _overlapped |
Undocumented |
Instance Variable | _serial |
Undocumented |
Inherited from BaseSerialPort
(via SerialPort
):
Method | flush |
Undocumented |
Method | flush |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | in |
Undocumented |
Method | send |
Undocumented |
Method | set |
Undocumented |
Method | set |
Undocumented |
Method | set |
Undocumented |
Instance Variable | _serial |
a pyserial serial.Serial factory, used to create the instance stored in self._serial. Overrideable to enable easier testing. |
Inherited from FileDescriptor
(via SerialPort
, BaseSerialPort
):
Method | do |
Called when data is available for reading. |
Method | do |
Called when data can be written. |
Method | fileno |
File Descriptor number for select(). |
Method | get |
Similar to getPeer, but returns an address describing this side of the connection. |
Method | get |
Get the remote address of this connection. |
Method | lose |
Close the connection at the next available opportunity. |
Method | lose |
Undocumented |
Method | pause |
Pause producing data. |
Method | read |
Indicates read connection was lost. |
Method | resume |
Resume producing data. |
Method | start |
Start waiting for read availability. |
Method | start |
Start waiting for write availability. |
Method | stop |
Stop consuming data. |
Method | stop |
Stop producing data. |
Method | stop |
Stop waiting for read availability. |
Method | stop |
Stop waiting for write availability. |
Method | write |
Indicates write connection was lost. |
Method | write |
Reliably write a sequence of data. |
Method | write |
Write as much as possible of the given data, immediately. |
Constant | SEND |
Undocumented |
Class Variable | buffer |
Undocumented |
Class Variable | disconnecting |
Undocumented |
Instance Variable | data |
Undocumented |
Instance Variable | disconnected |
Undocumented |
Instance Variable | offset |
Undocumented |
Instance Variable | producer |
Undocumented |
Instance Variable | producer |
Undocumented |
Method | _close |
Undocumented |
Method | _is |
Determine whether the user-space send buffer for this transport is full or not. |
Method | _maybe |
Possibly pause a producer, if there is one and the send buffer is full. |
Method | _post |
Called after a loseConnection(), when all data has been written. |
Class Variable | _write |
Undocumented |
Instance Variable | _temp |
Undocumented |
Instance Variable | _temp |
Undocumented |
Instance Variable | _write |
Undocumented |
Inherited from _ConsumerMixin
(via SerialPort
, BaseSerialPort
, FileDescriptor
):
Method | register |
Register to receive data from a producer. |
Method | unregister |
Stop consuming data from a producer, without disconnecting. |
Instance Variable | streaming |
bool or int |
Inherited from _LogOwner
(via SerialPort
, BaseSerialPort
, FileDescriptor
, _ConsumerMixin
):
Method | log |
Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines. |
Method | _get |
Determine the log prefix to use for messages related to applicationObject, which may or may not be an interfaces.ILoggingContext provider. |
Parameters | |
*args | Undocumented |
reactor | An IReactorFDSet provider which this descriptor will use to get readable and writeable event notifications. If no value is given, the global reactor will be used. |
**kwargs | Undocumented |