© Bob Dukish 2018
Bob DukishCoding the Arduinohttps://doi.org/10.1007/978-1-4842-3510-2_5

5. Serial Communications

Bob Dukish1 
(1)
Canfield, Ohio, USA
 

The Binary Number System and ASCII Code

A very useful and fun tool in working with the Arduino is the serial monitor. Using the USB PC connection and the serial monitor feature of the IDE makes it unbelievably easy to use the on-screen serial monitor for both troubleshooting and creating entertaining game programs with minimal electronic interfacing. The IDE serial monitor function is bidirectional so that you can both transmit and receive data and see it in real time on the PC screen.

We know that computers only understand 1s and 0s, so for us humans to interact with our computers for writing an e-mail ...

Get Coding the Arduino: Building Fun Programs, Games, and Electronic Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.