SerialRTSEnable Property
Gets or sets use of the RTS handshake control line
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public bool RTSEnable { get; set; }
Public Property RTSEnable As Boolean
Get
Set
public:
virtual property bool RTSEnable {
bool get () sealed;
void set (bool value) sealed;
}
BooleanThe state of RTS line use, default is disabled (false)
BooleanBoolean true/false indicating RTS line use enabled/disabled
By default the serial component will not drive the RTS line. If RTSEnable is true, the RTS line will be raised before
characters are sent. Please also see the associated
Handshake property.