COMPUND STRINGS for SERIAL.PRINT()

Note that using the String library, and/or sprintf(), and/or fprintf() (which is also possible), are all going to result in larger code and more cpu cycles used than simply calling Serial.print() multiple times.