Arduino serial comms

Serial data transmission is very general with regard to data types, but the Arduino serial monitor acts as a dumb ASCII terminal program and is mostly used for simple program debugging.

For some useful insights, have a look at the Serial Input Basics tutorial.

1 Like