- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to Use a Serial Monitor with Arduino IDE 2.0?
In Arduino IDE 2.0, the Serial Monitor does not open in a popup window. Rather, it opens in a new tab at the bottom, besides the Output tab.
The Serial Monitor can be accessed by Tools → Serial Monitor, or using the keyboard shortcut (Ctrl + Shift + M)
The following figure highlights the various parts of the Serial Monitor.
Note that because the IDE 2.0 is in the beta mode right now, the Serial Port may not be detected immediately. In some cases, you may need to restart the IDE for it to be detected.
Similarly, the Upload button may not work sometimes. You can use Sketch → Upload in such cases.
- Related Articles
- Read values sent by Serial Monitor to Arduino
- How to change the baud rate of the Serial Monitor in Arduino?
- How to use the Autocomplete feature in Arduino IDE 2.0?
- How to program a board using Arduino IDE
- How to compile code using Arduino IDE
- How to change programmer in Arduino IDE
- Serial Plotter in Arduino
- Software Serial in Arduino
- How to show line numbers in Arduino IDE?
- How to download and install Arduino IDE 2.0?
- Difference between hardware serial and software serial in Arduino
- View Serial Output in Arduino
- Serial Filtering Library in Arduino
- How to use Selenium IDE?
- Download a new library in Arduino IDE

Advertisements