SerialHardwareFlowControl Enumeration

ZylGpsReceiver.NET Mobile
Hardware flow control enumeration type.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
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

Reference