support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Dependents:   HTTPClient_Cellular_HelloWorld Cellular_HelloMQTT MbedSmartRestMain Car_Bon_car_module ... more

This library is intended to be used with u-blox products such as the C027 or a shield with u-blox cellular and GPS modules like the cellular and positioning shield from Embedded Artist.

For 2G/GSM and 3G/UMTS you need to:

  • have a SIM card and know its PIN number
  • need to know you network operators APN setting These setting should be passed to the connect or init and join functions. You can also extend the APN database in MDMAPN.h.

For CDMA products you need to make sure that you have provisioned and activated the modem with either Sprint or Verizon.

Revision:
96:2aa03444fee3
Parent:
92:79b628d1da02
Child:
97:b82539535365
--- a/MDMAPN.h	Tue Jun 17 07:03:48 2014 +0000
+++ b/MDMAPN.h	Fri Jun 20 12:07:09 2014 +0000
@@ -91,6 +91,14 @@
                                 _APN("phone",,)
                                 _APN("wap.cingular","WAP@CINGULARGPRS.COM","CINGULAR1")
                                 _APN("isp.cingular","ISP@CINGULARGPRS.COM","CINGULAR1") },
+                                
+// 460 China - CN
+    { /* CN Mobile */"460-00", 
+                                _APN("cmnet",,)
+                                _APN("cmwap",,) },
+    { /* Unicom */   "460-01", 
+                                _APN("3gnet",,)
+                                _APN("uninet","uninet","uninet") },
 };
 
 inline const char* apnconfig(const char* imsi)