From 2d33815cf0b483426706873b3b0fac12ebaaf624 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Wed, 27 Apr 2022 08:46:28 +1000 Subject: [PATCH] Added README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..162c98d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Connecting to the serial of the board on linux + +You can use `screen` to connect to the serial terminal for the kb2040, +this will allow you to read the debug information if debugging is enabled and interact with the kb2040's REPL for testing + +On my system it's as simple as +``` +screen -f /dev/ttyACM0 +``` + +You can exit screen by hitting the following key combo + +`CTRL + A -> D` \ No newline at end of file