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:
99:514e67a69ad6
Parent:
97:7d9cc95e2ea7
--- a/sms/SMSInterface.h	Wed Feb 18 15:32:57 2015 +0000
+++ b/sms/SMSInterface.h	Wed Feb 25 14:34:13 2015 +0000
@@ -78,8 +78,9 @@
   char* m_msg;
   size_t m_maxMsgLength;
   char* m_msisdn;
+  char m_caller[12];
 
-  enum { SMS_IDLE, SMS_SEND_CMD_SENT, SMS_GET_CMD_SENT, SMS_CMD_BUSY, SMS_CMD_PROCESSED } m_state;
+  enum { SMS_IDLE, SMS_SEND_CMD_SENT, SMS_GET_CMD_SENT, SMS_RING, SMS_CMD_BUSY, SMS_CMD_PROCESSED } m_state;
 };
 
 #endif /* SMSINTERFACE_H_ */