This class provides SMS, USSD and modem file system support for u-blox modules on the C027 and C030 boards (excepting the C030 N2xx flavour) from mbed 5.5 onwards.

Dependents:   example-ublox-at-cellular-interface-ext example-ublox-cellular-driver-gen HelloMQTT ublox_new_driver_test ... more

Committer:
rob.meades@u-blox.com
Date:
Thu Jun 15 01:14:18 2017 +0100
Revision:
5:b935404dcf7c
Parent:
0:bb5fabac67ab
Tests now pass on C027: cope with filenames being returned without quotation marks, reduce file size to write since some modules can't keep up when there's no HW flow control, increase USSD timeout, simplify JSON template and run test without debug.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RobMeades 0:bb5fabac67ab 1 {
RobMeades 0:bb5fabac67ab 2 "config": {
RobMeades 0:bb5fabac67ab 3 "sms-destination": {
RobMeades 0:bb5fabac67ab 4 "help": "The destination number to use for SMS testing (someone must be there to reply); the number must contain no spaces and should be in international format",
RobMeades 0:bb5fabac67ab 5 "value": "\"+6601234567890\""
RobMeades 0:bb5fabac67ab 6 }
RobMeades 0:bb5fabac67ab 7 },
RobMeades 0:bb5fabac67ab 8 "target_overrides": {
RobMeades 0:bb5fabac67ab 9 "*": {
RobMeades 0:bb5fabac67ab 10 "target.features_add": ["COMMON_PAL"],
rob.meades@u-blox.com 5:b935404dcf7c 11 "platform.stdio-convert-newlines": true
RobMeades 0:bb5fabac67ab 12 }
RobMeades 0:bb5fabac67ab 13 }
RobMeades 0:bb5fabac67ab 14 }
RobMeades 0:bb5fabac67ab 15