Instructions

IDUINO for makers life
www.openplatform.cc
//fona.hangUp();
}
// we dont really check that the text field makes sense
// just try to call
if (b == 0) {
status(F("Calling"));
Serial.print("Calling "); Serial.print(textfield);
//fona.callPhone(textfield);
}
delay(100); // UI debouncing
}
}
}
*******code End*******
Upload the code, you’ll see the display as follow:
Reference
https://learn.adafruit.com/arduin-o-phone-arduino-powered-diy-cellphone