Enum StopBits
Specifies the number of stop bits used on the SerialPort object.
public enum StopBits
Fields
One = 1
One stop bit is used.
OnePointFive = 3
1.5 stop bits are used.
Two = 2
Two stop bits are used.
Specifies the number of stop bits used on the SerialPort object.
public enum StopBits
One = 1
One stop bit is used.
OnePointFive = 3
1.5 stop bits are used.
Two = 2
Two stop bits are used.