Enum SerialPortStopBits
Specifies the number of stop bits.
Namespace:Neodynamic.SDK.Web
Assembly:cs.temp.dll.dll
Syntax
public enum SerialPortStopBits
Fields
None
No stop bits are used.
Declaration
None = 0
Field Value
Type | Description |
---|---|
SerialPortStopBits |
One
One stop bit is used.
Declaration
One = 1
Field Value
Type | Description |
---|---|
SerialPortStopBits |
OnePointFive
1.5 stop bits are used.
Declaration
OnePointFive = 3
Field Value
Type | Description |
---|---|
SerialPortStopBits |
Two
Two stop bits are used.
Declaration
Two = 2
Field Value
Type | Description |
---|---|
SerialPortStopBits |