BBSerialPortType Enumeration |
The type of Serial Port
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum BBSerialPortType
Public Enumeration BBSerialPortType
Members Member name | Value | Description |
---|
RS232 | 0 |
RS-232 Serial Port
|
RS422485 | 1 |
RS-422/485 Serial Port
|
RS232_422485 | 2 |
Software selectable serial port
|
See Also