Click or drag to resize

SerialHardwareFlowControl Enumeration

Hardware flow control enumeration type.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public enum SerialHardwareFlowControl
Members
Member nameValueDescription
None0 No hardware handshake.
DtrDsr1 DTR flow control.
RtsCts2 RTS flow control.
Remarks
Possible values: None, None + RTS always on, RTS/CTS.
See Also