GXDN: Gurux Developer Network
Rts Enumeration
NamespacesGurux.SerialRts
Determines the RTS (request-to-send) flow control.
Members
Member Description
Handshake
Enables RTS handshaking. The driver raises the RTS line when the input buffer is less than one-half full and lowers the RTS line when the buffer is more than three-quarters full. Integer value=2.
If not using .NET Framework, use constant GX_RTS_HANDSHAKE.

Disable
Disables the RTS line, when the device is opened, and leaves it disabled. Integer value=0.
If not using .NET Framework, use constant GX_RTS_DISABLE.

Enable
Enables the RTS line, when the device is opened, and leaves it enabled. Integer value=1.
If not using .NET Framework, use constant GX_RTS_ENABLE.

Toggle
Determines that the RTS line will be high if bytes are available for transmission. After all buffered bytes have been sent, the RTS line will be low. Integer value=3.
If not using .NET Framework, use constant GX_RTS_TOGGLE.

Remarks
If not using .NET Framework, enumeration is GX_RTS.
See Also

Assembly: Gurux.Serial (Module: Gurux.Serial) Version: 5.0.0.2