]> git.leonardobizzoni.com Git - pioneer-stm32/commitdiff
Update README.md
authorfdila <32036043+fdila@users.noreply.github.com>
Tue, 10 Aug 2021 17:09:02 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 17:09:02 +0000 (19:09 +0200)
README.md

index dd218102c30c0b15567fe08eedc0b795f2d10503..54afe642b2e7c57ab0300156352eedf799c822d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,14 @@ If you just want to use the robot you can download the binary file from the [rel
 
 You will need to have a way to open a serial port on your PC.
 
+Serial port configuration:
+
+- Baud rate: 115200
+- Parity: No
+- Stop bit: 1
+- Data bits: 8
+- Hardware flow control: disabled
+
 1. Before doing anything reset the MCU using the DTR pin in the serial port.
 2. The MCU will then wait to receive a ConfigMessage.
 3. After the config message is received the PID loop control starts.