weird. Do you have another SIM card you could test with?
try printing the HEX codes instead of the characters
while ((c = sms.read()) != -1) {
Serial.print((byte)c, HEX); Serial.write(' ');
}
weird. Do you have another SIM card you could test with?
try printing the HEX codes instead of the characters
while ((c = sms.read()) != -1) {
Serial.print((byte)c, HEX); Serial.write(' ');
}