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:
42:daa4dd282103
Parent:
39:85dc5ca10b7f
Child:
46:c2282539c858
--- a/sms/SMSInterface.cpp	Fri Sep 21 11:10:32 2012 +0000
+++ b/sms/SMSInterface.cpp	Tue Sep 25 13:32:45 2012 +0000
@@ -165,7 +165,7 @@
 
   m_state = SMS_IDLE;
 
-  DBG("Deleting message from index number: d%", m_msgRefList[0] );
+  DBG("Deleting message from index number: %d", m_msgRefList[0] );
   //Delete message from outbox
   std::sprintf(cmd, "AT+CMGD=%d", m_msgRefList[0]);
   ret = m_pIf->executeSimple(cmd, NULL, DEFAULT_TIMEOUT);