stm32f4/usart: use 115200 baud rate
38400 is uncommon and slow. Just live in the modern world of at least 115200.
This commit is contained in:
@@ -9,4 +9,4 @@ The sending is done in a blocking way.
|
||||
|
||||
| Port | Function | Description |
|
||||
| ----- | ------------- | --------------------------------- |
|
||||
| `PA2` | `(USART2_TX)` | TTL serial output `(38400,8,N,1)` |
|
||||
| `PA2` | `(USART2_TX)` | TTL serial output `(115200,8,N,1)` |
|
||||
|
||||
Reference in New Issue
Block a user