C027_SupportTest_xively_locationで使用しているC027用ライブラリ

Fork of C027_Support by u-blox

下記のプログラムC027_SupportTest_xively_locationで使用しているC027用ライブラリです。

Import programC027_SupportTest_xively_location

インターフェース2014年10月号のu-blox C027で3G通信する記事で使用したプログラム。   CQ publishing Interface 2014.10 issue, C027 3G test program.

オリジナルのライブラリは下記を参照してください。

Import libraryC027_Support

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.

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)