Where I describe the functions for serial input/out - puts(), getchar() and printf().
Introduction#
The serial input/output capabilities of C are vastly superior to those in the Arduino framework. In order to communicate via the USB serial cable, you must …