SerialSpeed Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The serial UART speed in baud
public enum SerialSpeed
type SerialSpeed =
Public Enum SerialSpeed
- Inheritance
-
SerialSpeed
Fields
Name | Value | Description |
---|---|---|
B1228800 | 21 | 1228800 baud |
B921600 | 28 | 921600 baud |
B460800 | 58 | 460800 baud |
B230400 | 90 | 230400 baud |
B128000 | 116 | 128000 baud |
B115200 | 122 | 115200 baud |
B57600 | 154 | 57600 baud |
B38400 | 171 | 38400 baud |
B19200 | 203 | 19200 baud |
B14400 | 218 | 14400 baud |
B9600 | 235 | 9600 baud |
B7200 | 250 | 7200 baud |