Arduino communication with bluetooth

spycatcher2k:

Serial.println(h-'0');

Serial.println(m-'0');




Change to



Serial.println(h);
    Serial.println(m);




as you are not sending ASCII.

now I'm getting the following:

a square mark on the Serial Monitor.