From b2ab88b015cf2936a81534b04c75e2f167e7af33 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Mon, 18 Jan 2021 21:18:45 +0100 Subject: [PATCH] Updated Debug Serial (markdown) --- Debug-Serial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Debug-Serial.md b/Debug-Serial.md index d160fa3..06a5548 100644 --- a/Debug-Serial.md +++ b/Debug-Serial.md @@ -1,9 +1,11 @@ Debug Serial will allow you to get information from the board as Human readable ASCII output to: * Calibrate the battery voltage reading * Calibrate the temperature reading +* See input Calibration results * Debug * Plot the results + ## Wiring: * Connect GND and RX of a 3.3v uart-usb/FTDI adapter to the left (USART2) or right sensor board cable (USART3) depending on config.h settings @@ -12,7 +14,7 @@ Debug Serial will allow you to get information from the board as Human readable ## Output: Use a serial terminal/monitor to read the output at 115200 bauds (could be 38400 bauds if you use a previous version of the firmware).
- DEBUG_SERIAL_ASCII output is: +DEBUG_SERIAL_ASCII output is: `in1:345 in2:1337 cmdR:0 cmdL:0 BatADC:0 BatV:0 TempADC:0 Temp:0\n` |Field|Ouput|