please enhance Serial by a Serial.printf() method like ANSI C printf()! The current output features are far too poor! So output should be possible by a formatstring and a multi-format-multiple-argument list, including e.g., ``` %d, %ld, %c, %f, %o, %s, + - .number .* \n \t ... ``` just as shown here: http://www.cplusplus.com/reference/cstdio/printf/ OT: I'm really curious why this effing code block formatting does not work! What a poor editor!