I was looking at the serialEvent library and its example programs and I saw a
Serial.printf("Termination Character %#02X Event fired: %s\n", Event1.rxTermCharacter, Event1.rxBuffer);
statement. When was printf added to the Serial class? I've been including my own version in my sketches for a...