SerialHandshake Property
Gets or sets the type of serial handshake used on the serial link
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public SerialHandshake Handshake { get; set; }
Public Property Handshake As SerialHandshake
Get
Set
public:
virtual property SerialHandshake Handshake {
SerialHandshake get () sealed;
void set (SerialHandshake value) sealed;
}
SerialHandshakeThe type of flow control handshake used on the serial line, default is none
SerialHandshakeOne of the SerialHandshake enumeration values
Use of the RTS line can additionally be controlled by the
RTSEnable property.