Then you open up the Arduino Serial Monitor, type in LED, and watch it turn on! In the serial monitor, the console will tell you what the available commands are when you type anything in. If you type ...
Upload the provided Arduino sketch (arduino_serial.ino) to your Arduino Uno using the Arduino IDE. This sketch listens for commands via serial communication and controls the built-in LED based on the ...