SerialRTSEnable Property

Gets or sets use of the RTS handshake control line

Definition

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

Property Value

Boolean
The state of RTS line use, default is disabled (false)

Return Value

Boolean
Boolean true/false indicating RTS line use enabled/disabled

Remarks

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.

See Also