Enum StopBits
Specifies the number of stop bits used on the SerialPort object.
Assembly: Meadow.Contracts.dll
View Source
public enum StopBits
Fields
None
No stop bits are used.
View Source
None = 0
One
One stop bit is used.
View Source
One = 1
Two
Two stop bits are used.
View Source
Two = 2
OnePointFive
One and one half stop bits are used.
View Source
OnePointFive = 3