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/AbitUSBModem.cpp	Wed Feb 18 15:32:57 2015 +0000
+++ b/AbitUSBModem.cpp	Wed Feb 25 14:34:13 2015 +0000
@@ -34,7 +34,7 @@
 #include "Socket.h"
 
 AbitUSBModem::AbitUSBModem () :
-   m_dongle(),                         // Construct WANDongle: USB interface with two serial channels to the modem (USBSerialStream objects)
+   m_dongle(),                         // Construct AbitUSBModem: USB interface with two serial channels to the modem (USBSerialStream objects)
    m_pppStream((IUSBHostSerial&)m_dongle), // PPP connections are managed via another serial channel.
    m_at(&m_pppStream),                  // Construct ATCommandsInterface with the AT serial channel
    m_sms(&m_at),                       // Construct SMSInterface with the ATCommandsInterface