From the course: Learning Arduino: Foundations

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Serial Monitor

Serial Monitor

- All right, the Serial Monitor is a special feature in our Arudino IDE that can come in handy when troubleshooting the code or for communication between Arudino board and the computer or other devices. So, the Serial Monitor, when you click on it here, it produces a separate window dialog box, which displays any output texts from the Arudino and allows you to enter text as well. You must write the code in your program to send and receive data using the Arudino Serial Port. Now, in order to activate the Serial Monitor, there are three ways you can go to tools and click on Serial Monitor, or you can press on control shift and letter M key combination on the keyboard. And then the final way you can just click on this magnifying glass. And then this will give you the Serial Monitor. All Arudino boards have at least one serial port. For Arudino It communicates on Digital Pins, 0 and 1, and therefore these Pins…

Contents