3.3.3 Set Baud Rate
Sets the baud rate for capturing data. Can be called iteratively to build a table of supported baud-rates, which can be sampled by the hardware.
| Field | Size | Description |
|---|---|---|
| SERIAL_TRACE | 1 byte | 0x87 |
| SET_BAUD | 1 byte | 0x02 |
| Baud | 4 bytes, MSB first | Requested baud rate |
Response:
| Field | Size | Description |
|---|---|---|
| SERIAL_TRACE | 1 byte | 0x87 |
| SET_BAUD | 1 byte | 0x02 |
| Baud | 4 bytes, MSB first | Actual baud rate achievable |
