From 7a526067a16ba0ae26c041c4c141bebaf45de629 Mon Sep 17 00:00:00 2001 From: Orange-Murker <23561952+Orange-Murker@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:53:15 +0200 Subject: [PATCH] Added instructions on how to quit screen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 120d748..c74f2af 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ Replace `PORT` with your device entry, for example: ``` This will show the output in your terminal. Make sure to close `screen` when uploading a new program, or else you will get error messages from `avrdude`, which won't be able to upload the newer program to your Arduino while `screen` is using it. +To quit `screen` press `Control-A` and then press `\` + ### Reading the serial connection on Linux using `putty`. On Linux, you can use the `putty` tool to read out the serial connection, just as on Windows. To open the serial console using `putty`, execute the following command in a terminal ```