Support for LISA-N101

Fork of C027_Support by u-blox

This is a variant of the C027 driver code for the C027N version, i.e. the one with the Neul/Huawei/u-blox Cellular Internet of Things module on board. The AT command interface for this module is entirely different to the AT interface for the other u-blox modules, hence this fork of the driver. Work is underway to rearchitect the original C027 driver so that a merge can be done.

Revision:
125:72ca0c9a5a06
Parent:
124:a58c1a7c5e18
Child:
126:76b578ec2912
--- a/MDM.cpp	Mon Mar 16 16:28:57 2015 +0000
+++ b/MDM.cpp	Thu Apr 23 12:05:40 2015 +0000
@@ -69,7 +69,6 @@
 {
     if (_debugLevel >= level) 
     {
-        ::printf("_debugPrint %d %d\r\n", _debugLevel, level); 
         va_list args;
         va_start (args, format);
         if (color) ::printf(color);