sparkfun / SparkFun_MG2639_Cellular_Shield_Arduino_Library

Arduino library for SparkFun's MG2639 Cellular Shield. Send and receive text messages, make phone calls, and connect over GPRS.
7 stars 3 forks source link

Unable to Connect to GPRS #1

Closed emil01 closed 5 years ago

emil01 commented 9 years ago

While running the phant_example, when trying to connect to GPRS it kept returning error code -2. Fixed it by adding at line 41 of MG2639_GPRS.cpp

cell.sendATCommand("+ZPNUM=\"<APN Name>\",\"<user_name>\",\"<password>\"");

It would be better if we could add a new function to set the APN in such cases. Let me know if you need me to go ahead and add the function.

thanks emil varughese

suprnrdy commented 8 years ago

This should be added, or noted in the Source code.

bboyho commented 5 years ago

Hi,

Unfortunately, the product has been retired from our catalog. Additionally, Phant is no longer in service. There are no plans to update the library.