Enum StopBits
Specifies the number of stop bits used on the SerialPort object.
Namespace: System.IO.Ports
Assembly: System.IO.Ports.dll
Syntax
public enum StopBits
Fields
Name | Description |
---|---|
One | One stop bit is used. |
OnePointFive | 1.5 stop bits are used. |
Two | Two stop bits are used. |