From cd48bf5e6a1d854409056d69712427195f24939f Mon Sep 17 00:00:00 2001 From: Candas1 Date: Mon, 7 Mar 2022 21:38:11 +0100 Subject: [PATCH] Updated Variant USART (markdown) --- Variant-USART.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Variant-USART.md b/Variant-USART.md index 77061db..eb9a8a2 100644 --- a/Variant-USART.md +++ b/Variant-USART.md @@ -17,7 +17,7 @@ You can adjust USART2_BAUD or USART3_BAUD parameters if you need different baud ⚠ Red wire from sensor cable delivers 15v !!! ## Usart configuration: -The default baud rate is 115200. +By default, USART is configured with 115200 baud, 8 data bits, no parity, one stop bit. ## Input Command Structure: Commands are send as binary frames with following structure:
@@ -43,7 +43,7 @@ A timeout will be triggered if no correct frame is received during the time spec ## Feedback: -Following feedback is sent: +Following feedback is sent every 10ms: - Start frame(unsigned int16) : 0xABCD - Cmd1(signed int16) : Steer or Brake(hovercar) after normalizing and mixing - Cmd2(signed int16) : Speed or Throttle(hovercar) after normalizing and mixing