mirror of
https://github.com/dbisu/pico-ducky.git
synced 2025-12-06 02:41:45 +00:00
7 lines
369 B
Markdown
7 lines
369 B
Markdown
# 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`
|