From e7308e362d3f8cb19d751a44a6a12ea383caa9f1 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Mon, 5 Aug 2024 16:06:09 -0400 Subject: [PATCH] doc: fix: mention that the baud rate must be set --- README.md | 8 ++++---- TODO.md | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index 05097a6..e99f1f4 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,10 @@ > ... and so on. Once you reach this point, you are well-prepared to > install the LiBCM firmware to the board. So long as LiBCM is > connected to your computer via its black USB cable, linked to the -> Arduino IDE in the Tools > Ports option, and as long as your system -> user is allowed to use `dialout` group resources, firmware -> installation should succeed, unless something has gone seriously -> wrong with LiBCM. +> Arduino IDE in the Tools > Ports option (using the right baud rate), +> and as long as your system user is allowed to use `dialout` group +> resources, firmware installation should succeed, unless something +> has gone seriously wrong with LiBCM. ## Future diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d8867cf --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +# Before next re-recoding + +- Review linsight.org firmware install materials + +- Maybe: + - Show hardware install process + - Mention Arduino Serial Monitor - Baud rate?