Enum StopBitsEnum

Specifies the control protocol used in establishing a serial port communication for a System.IO.Ports.SerialPort object.

Values

Name Description
0 None. No stop bits are used. This value is not supported by the System.IO.Ports.SerialPort.StopBits property.
1 One. One stop bit is used.
2 Two. Two stop bits are used.
3 OnePointFive. 1.5 stop bits are used.

Requirements

KioWare for Windows version 8.18 or greater.