SerialPort.Both (gb.net)

Const Both As Integer = 3

Constant used when the serial port has both software and hardware flow control.

This means CRTSCTS plus XON/XOFF are used for flow control.

For CRTSCTS only see Hardware. For XON/XOFF only see Software.

See also