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

TESTS/unit_tests/sms/template_mbed_app.txt

Committer:
RobMeades
Date:
2017-06-05
Revision:
0:bb5fabac67ab
Child:
5:b935404dcf7c

File content as of revision 0:bb5fabac67ab:

{
    "config": {
        "sms-destination": {
            "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",
            "value": "\"+6601234567890\""
        }        
     },
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "platform.stdio-convert-newlines": true,
            "platform.stdio-baud-rate": 9600,
            "platform.default-serial-baud-rate": 115200, 
            "mbed-trace.enable": 1
        }
    }
}