phs fan / AbitModemInterface

Dependencies:   Socket lwip-sys lwip

Fork of AbitUSBModem by phs fan

Revision:
99:514e67a69ad6
Parent:
97:7d9cc95e2ea7
diff -r 1b851249d70b -r 514e67a69ad6 AbitUSBModem.cpp
--- 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