u-blox USB modems (GSM and CDMA)
Dependencies: CellularUSBModem
Dependents: C027_CANInterfaceComm C027_ModemTransparentUSBCDC_revb UbloxModemHTTPClientTest C027_HTTPClientTest ... more
Legacy Networking Libray
This is an mbed 2 networking library. For an mbed OS 5 compatible library, please see:
Import libraryC027Interface
Socket interface for C027Interface. Implements the NetworkSocketAPI
Diff: UbloxGSMModemInitializer.cpp
- Revision:
- 5:60b48a013e86
- Parent:
- 1:71286b99c1cb
diff -r 6e9d98f8c237 -r 60b48a013e86 UbloxGSMModemInitializer.cpp --- a/UbloxGSMModemInitializer.cpp Fri Oct 18 09:21:49 2013 +0000 +++ b/UbloxGSMModemInitializer.cpp Mon Dec 16 09:00:36 2013 +0000 @@ -126,6 +126,6 @@ /*virtual*/ int UbloxGSMModemInitializer::getType() { - return WAN_DONGLE_TYPE_UBX; + return WAN_DONGLE_TYPE_UBLOX_LISAU200; }