this is a direct fork of example-ublox-cellular-interface that adds support for USBSerial, and leverages the geneva-cellular-driver library.

Dependencies:   ublox-at-cellular-interface ublox-cellular-base

Committer:
RobMeades
Date:
Wed Jun 14 11:58:10 2017 +0000
Revision:
11:62d094ea3a0d
Child:
42:33504aa2fe69
Add mbed_app.json to bring in PPP for the PPP Cellular Interface.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RobMeades 11:62d094ea3a0d 1 {
RobMeades 11:62d094ea3a0d 2 "target_overrides": {
RobMeades 11:62d094ea3a0d 3 "*": {
RobMeades 11:62d094ea3a0d 4 "lwip.ppp-enabled": true,
RobMeades 11:62d094ea3a0d 5 "platform.stdio-convert-newlines": true
RobMeades 11:62d094ea3a0d 6 }
RobMeades 11:62d094ea3a0d 7 }
RobMeades 11:62d094ea3a0d 8 }
RobMeades 11:62d094ea3a0d 9