| ISerialPort Properties |
The ISerialPort type exposes the following members.
| Name | Description | |
|---|---|---|
| Encoding |
Gets or sets the byte encoding for pre- and post-transmission conversion of text.
| |
| IsOpen |
Gets a value indicating the open or closed status of the SerialPort object.
| |
| PortName |
Gets or sets the port for communications, including but not limited to all avaiable COM ports or device names.
| |
| ReadTimeout |
Gets or sets the number of milliseconds before a time-out occurs when a read operation does not finish.
| |
| WriteTimeout |
Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.
|