Click or drag to resize

SerialCommPortType Enumeration

Serial port type enumeration.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public enum SerialCommPortType
Members
Member nameValueDescription
Serial0 Serial.
Usb1 USB.
Bluetooth2 Bluetooth.
Virtual3 Virtual serial port.
Unknown4 Unknown type.
See Also