SerialHandshake Property

Gets or sets the type of serial handshake used on the serial link

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public SerialHandshake Handshake { get; set; }

Property Value

SerialHandshake
The type of flow control handshake used on the serial line, default is none

Return Value

SerialHandshake
One of the SerialHandshake enumeration values

Remarks

Use of the RTS line can additionally be controlled by the RTSEnable property.

See Also