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