Simple USSD test.

Dependencies:   FATFileSystem mbed-rtos

Dependents:   CellularUSBModem

Fork of USBHost by mbed official

Files at this revision

API Documentation at this revision

Comitter:
nherriot
Date:
Mon Feb 24 15:19:34 2014 +0000
Parent:
21:bb3a8a54f5cd
Commit message:
simple test for USSD message.

Changed in this revision

USBHost3GModule/WANDongle.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHost3GModule/WANDongle.cpp	Tue Dec 17 15:21:10 2013 +0000
+++ b/USBHost3GModule/WANDongle.cpp	Mon Feb 24 15:19:34 2014 +0000
@@ -32,6 +32,8 @@
 #include "WANDongle.h"
 #include "WANDongleInitializer.h"
 
+#define DEBUG 3 /*INFO,ERR,WARN*/
+
 WANDongle::WANDongle() : m_pInitializer(NULL), m_serialCount(0), m_totalInitializers(0)
 {
     host = USBHost::getHostInst();