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|