Skip to main content

Handshake Enum

NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: System.IO.Ports
Namespace: System.IO.Ports

Flow-control method.

public enum Handshake

Fields

NameValueDescription
None0No flow control.
XOnXOff1Software (XON/XOFF) flow control.
RequestToSend2Hardware (RTS/CTS) flow control.
RequestToSendXOnXOff3Both hardware and software flow control.