Merge pull request #9945 from Teufelchen1/bluepill-uart

Adding additional information about the default uart configuration to the bluepill docs
This commit is contained in:
Sebastian Meiling 2018-10-15 12:00:28 +02:00 committed by GitHub
commit 6c847b8258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ flash or use this [stlink fork][caboStlink] which has a
## Connecting via Serial ## Connecting via Serial
The default UART port used is UART2, which uses pins A2 (TX) and A3 (RX). The default UART port used is UART2, which uses pins A2 (TX) and A3 (RX).
To use it, configure your UART to operate at a baudrate of 115200/8N1.
## Using PWM ## Using PWM