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

Dependencies:   C027_Support C027_SupportTest mbed picojson

Fork of C027_SupportTest by u-blox

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

Revision:
29:1f18e74ff972
Parent:
27:3e720b569fc3
--- a/xi_user_config.h	Wed Jul 16 12:56:24 2014 +0000
+++ b/xi_user_config.h	Thu Jul 17 02:52:30 2014 +0000
@@ -12,9 +12,9 @@
 #define XI_OPT_NO_ERROR_STRINGS
 
 // If you wish to enable assertions, set this to 1
-#define XI_DEBUG_ASSERT 0
+#define XI_DEBUG_ASSERT 1
 // If you wish to disable debug output, set this to 0
-#define XI_DEBUG_OUTPUT 0
+#define XI_DEBUG_OUTPUT 1
 
 // On the mbed app board we can use the LCD for debug output,
 // but one may wish to modify this and write to file instead