| http://www.w3.org/ns/prov#value | - If you time calls to different overloads of Serial.print(), I think you will find that printing a number e.g. Serial.print(123) or Serial.print(123, DEC) is, at the very high baud rates you are trying to use, slower than printing a character e.g. Serial.print(';') or printing a short string e.g. Serial.print(123).
|