Click or drag to resize

SerialHardwareFlowControl Enumeration

Hardware flow control enumeration type.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
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