Enum SerialPortStopBits
Specifies the number of stop bits.
Namespace: Neodynamic.SDK.Web
Assembly: cs.temp.dll.dll
Syntax
public enum SerialPortStopBits
Fields
Name | Description |
---|---|
None | No stop bits are used. |
One | One stop bit is used. |
OnePointFive | 1.5 stop bits are used. |
Two | Two stop bits are used. |