sb.print(F("HEX of char: "));
sb.println(c, HEX);
HEX of char 43
Either the output is a cut and paste error, or the class has a problem.
sb.print(F("HEX of char: "));
sb.println(c, HEX);
HEX of char 43
Either the output is a cut and paste error, or the class has a problem.