ZylSerialPort.NET

SerialPort.SerialHardwareFlowControl Enumeration

Hardware flow control enumeration type.

[Visual Basic]
Public Enum SerialPort.SerialHardwareFlowControl
[C#]
public enum SerialPort.SerialHardwareFlowControl

Remarks

Possible values: None, None + RTS always on, RTS/CTS.

Members

Member Name Description
hfNone No hardware handshake.
hfRTS None + RTS always on.
hfRTSCTS RTS/CTS.

Requirements

Namespace: ZylSerialPort

Assembly: ZylSerialPort (in ZylSerialPort.dll)

See Also

ZylSerialPort Namespace