Radio and PodcastRadio and PodcastLive Radio & Podcasts
Use Serial.print() to display Arduino output on your computer monitor: Part 2 artwork
Education

Use Serial.print() to display Arduino output on your computer monitor: Part 2

Learn Programming and Electronics with Arduino by Programming Electronics Academy

Apr 26, 201706:25Education

In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the Serial.print() function from the Serial library to display information to y...