From 8b43384d6166453a348655aa2296d35184902cd1 Mon Sep 17 00:00:00 2001 From: fdila <32036043+fdila@users.noreply.github.com> Date: Tue, 10 Aug 2021 19:09:02 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dd21810..54afe64 100644 --- 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. -- 2.52.0