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:
117:74e4e0109a9e
Parent:
115:d8d94b73c725
Child:
118:f3fd6c30dc19
--- a/MDM.h	Wed Dec 17 11:35:07 2014 +0000
+++ b/MDM.h	Thu Jan 22 08:02:55 2015 +0000
@@ -322,7 +322,7 @@
     // ----------------------------------------------------------------
     
     /*! Set the debug level 
-        \param level 0 = OFF, 1 = INFO(default), 2 = TRACE, 3 = ATCMD
+        \param level -1 = OFF, 0 = ERROR, 1 = INFO(default), 2 = TRACE, 3 = ATCMD,TEST
         \return true if successful, false not possible
     */ 
     bool setDebug(int level);
@@ -558,6 +558,7 @@
 #ifdef MDM_DEBUG
     int _debugLevel;
     Timer _debugTime;
+    void _debugPrint(int level, const char* color, const char* format, ...);
 #endif
 };