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:
123:628e65137b3e
Parent:
122:c6b2fa1928f2
Child:
124:a58c1a7c5e18
--- a/MDM.h	Fri Mar 13 15:58:33 2015 +0000
+++ b/MDM.h	Mon Mar 16 13:10:46 2015 +0000
@@ -300,10 +300,6 @@
         \param buf  the hex-coded ASCII string to be sent (unterminated)
         \return true if successful, false otherwise
         Example: to send 0xAA11BB, use size = 6, buf = [AA11BB]
-        Note: sending a datagram involves a few AT exchanges with the
-        modem.  If a datagram happens to be received while this is going
-        on it will be ignored.  If this is a problem, use
-        datagramSendReceive() instead.
     */
     bool datagramSend(int size, const char* buf);