From the course: Learning Arduino: Foundations
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Serial Monitor - Arduino Tutorial
From the course: Learning Arduino: Foundations
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Download the Arduino software39s
-
(Locked)
A tour of the Arduino IDE4m 1s
-
(Locked)
The setup() and loop() functions1m 17s
-
(Locked)
pinMode()2m 11s
-
(Locked)
digitalWrite()1m 33s
-
(Locked)
Creating your first sketch3m 32s
-
(Locked)
Serial Monitor1m 52s
-
(Locked)
Testing blink LED and Serial Monitor2m 32s
-
(Locked)
-
-
-