Class | Description |
---|---|
IOStream |
This class provides an interface to a native serial IO port.
|
Enum | Description |
---|---|
BaudRate |
The baud rate values that may be selected for the serial port.
|
DataBits |
The number of data bits that can be set on the serial port.
|
FlowControl |
The values of the flow control mode that can be set on the serial port.
|
FlushMode |
The flush mode that can be used when flushing the serial port.
|
Parity |
The values of parity that can be set on the serial port.
|
StopBits |
The values of stop bits that can be set on the serial port.
|