ZylSerialPort.NET

SerialPort.SerialSoftwareFlowControl Enumeration

Software flow control enumeration type.

[Visual Basic]
Public Enum SerialPort.SerialSoftwareFlowControl
[C#]
public enum SerialPort.SerialSoftwareFlowControl

Remarks

Possible values: None, XON/XOFF.

Members

Member Name Description
sfNone No software handshake.
sfXONXOFF XON/XOFF.

Requirements

Namespace: ZylSerialPort

Assembly: ZylSerialPort (in ZylSerialPort.dll)

See Also

ZylSerialPort Namespace