BaudRate Enum
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.
Serial port baud rates
C#
public enum BaudRate
type BaudRate =
Public Enum BaudRate
- Inheritance
-
BaudRate
Name | Value | Description |
---|---|---|
B0009600 | 0 | 9600 |
B0019200 | 1 | 19200 |
B0038400 | 2 | 38400 |
B0057600 | 3 | 57600 |
B0115200 | 4 | 115200 |
B0230400 | 5 | 230400 |
B0460800 | 6 | 460800 |
B0921600 | 7 | 921600 |
B1288000 | 8 | 1288000 |
Proizvod | Verzije |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |