From 5dd0783886fe70da94c9a102940644b6efe6cad1 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 12 Mar 2024 19:52:55 -0500 Subject: [PATCH] Add debugging instructions --- DEBUG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 DEBUG.md diff --git a/DEBUG.md b/DEBUG.md new file mode 100644 index 0000000..1e3ad06 --- /dev/null +++ b/DEBUG.md @@ -0,0 +1,6 @@ +# Instructions on how to collect debug logs + +* On Windows, use [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) to connect to the debug serial port (commonly COM3, but could vary on your machine). + +* On Linux, use minicom (minicom -b 115200 -o -D /dev/ttyACM0, where ttyACM0 corresponds to your device). + * On Ubuntu: `sudo apt install minicom`