StopBits Enum
NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: System.IO.Ports
Namespace: System.IO.Ports
Number of stop bits per frame.
public enum StopBits
Fields
| Name | Value | Description |
|---|---|---|
None | 0 | No stop bits (not supported by most hardware). |
One | 1 | One stop bit. |
Two | 2 | Two stop bits. |
OnePointFive | 3 | One and a half stop bits. |