PHS module SMA-01 library. see: https://developer.mbed.org/users/phsfan/notebook/abitusbmodem/

Dependencies:   Socket lwip-sys lwip

Dependents:   AbitUSBModem_HTTPTest AbitUSBModem_MQTTTest AbitUSBModem_WebsocketTest AbitUSBModem_SMSTest

Fork of VodafoneUSBModem by mbed official

/media/uploads/phsfan/sma01_003.png

Revision:
35:be311326ee06
Parent:
29:870de7db2ccb
Child:
59:593fb493172f
--- a/ussd/USSDInterface.h	Fri Sep 14 10:15:02 2012 +0000
+++ b/ussd/USSDInterface.h	Fri Sep 14 15:11:06 2012 +0000
@@ -69,8 +69,8 @@
   Semaphore m_responseSphre;
 
   //Result
-  char* m_result;
-  size_t m_maxResultLength;
+  volatile char* m_result;
+  volatile size_t m_maxResultLength;
 
 };