spycatcher2k:
Serial.println(h-'0');
Serial.println(m-'0');
Change toSerial.println(h);
Serial.println(m);as you are not sending ASCII.
now I'm getting the following:
a square mark on the Serial Monitor.
spycatcher2k:
Serial.println(h-'0');
Serial.println(m-'0');
Change toSerial.println(h);
Serial.println(m);as you are not sending ASCII.
now I'm getting the following:
a square mark on the Serial Monitor.