Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket lwip-sys lwip
Fork of AbitUSBModem by
Diff: AbitUSBModem.cpp
- 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
