Updated Debug Serial (markdown)

Candas1
2021-01-18 21:18:45 +01:00
parent d182a7e997
commit b2ab88b015

@@ -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).<br />
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|