Once upon a time, it was not uncommon in microcontroller development to implement a firmware monitor as a command line interface (CLI) exposed on a serial port. (The term monitor has been used both ...
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 ...