This command configures the serial interface baud rate for communication between the UART port of the device and the host.
The device interprets any value between 0x4B0 and 0x0EC400 as a custom baud rate. Custom baud rates are not guaranteed and the device attempts to find the closest achievable baud rate. After setting a non-standard baud rate, query BD to find the actual operating baud rate before applying changes.
Parameter range
Standard baud rates: 0x0 - 0x0A
Non-standard baud rates: 0x4B0 - 0x0EC400
Parameter | Description |
---|---|
0x0 |
1200 b/s |
0x1 |
2400 b/s |
0x2 |
4800 b/s |
0x3 |
9600 b/s |
0x4 |
19200 b/s |
0x5 |
38400 b/s |
0x6 |
57600 b/s |
0x7 |
115200 b/s |
0x8 |
230,400 b/s |
0x9 |
460,800 b/s |
0xA |
921,600 b/s |
Default
0x03 (9600 baud)