From 8a9325e6f76b4b27cd0da2d812668109544aad37 Mon Sep 17 00:00:00 2001 From: Malavika Sajikumar Date: Wed, 5 Feb 2020 08:29:45 -0800 Subject: [PATCH] Added an instruction to set the baud rate for serial monitor. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c495c990..79056bcd 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ Click OK and reopen the Arduino IDE. The Preferences will not be set unless the 6. Select the Serial Port on the Arduino IDE ­from File → Port. 7. Navigate to the example code in Part Number folder from File options. 8. Click the Compile button to compile the code. Click the Upload button to upload the code into Linduino. +9. Open the Arduino serial monitor and set the baud rate to 115200 to see the menu options.