The Serial Monitor is an important tool in the Arduino IDE. It can be used as a debugging tool, for testing out concepts or to communicate directly with the Arduino board. If the serial monitor window cannot be opened, try these steps:
- Close your IDE.
- Open
C:\Users{YourName}\AppData\Local\Arduino15\preferences.txt
. - Delete
preferences.txt
. - Restart the IDE.