Simple example program to demonstrate and test cellular connection using the MTSAS library (over PPP protocol)

Dependencies:   mbed mtsas

Revisions of main.cpp

Revision Date Message Actions
20:edc60053c31a 2015-05-29 update Dragonfly pin names File  Diff  Annotate
18:7c94867f9412 2015-03-23 Removed configureSignals() call as it is unused at this time. File  Diff  Annotate
17:e2102f58f3c9 2015-03-23 mbed update. Changed reset pin to NC, was previously set to 0, reset line thus used pin PA_0 File  Diff  Annotate
16:8d511ce1bec8 2015-03-16 Updated MTSAS_Cellular_Connect_Example program to include pin settings for the Dragonfly board. File  Diff  Annotate
15:ae7bfcdf9e6a 2014-11-11 kludge: handle different reset pin names File  Diff  Annotate
13:699045e9cce9 2014-08-13 Reordered radio configureSignals() after checking radio pointer init. File  Diff  Annotate
12:23c052e020a9 2014-08-12 Code review 2 fixes File  Diff  Annotate
11:7e11c3f99b51 2014-08-07 Deleted socketmodem under configuration comment line. File  Diff  Annotate
10:2e6637cca9d7 2014-08-07 Missed spelling issue "te" to "the" File  Diff  Annotate
9:0ed53023033b 2014-08-07 Spelling errors, comment wording, and added check for failed radio initialization File  Diff  Annotate
8:95c226a1dca7 2014-08-05 Added setTransport(radio), and added a comment File  Diff  Annotate
7:3e937d898953 2014-07-28 Added NONE for setLogLevel as a choice File  Diff  Annotate
6:9c490265dd91 2014-07-28 Forgot to add NONE level for setLogLevel File  Diff  Annotate
5:46e66c649006 2014-07-28 few readability and consistency tweaks File  Diff  Annotate
4:8b02a6b67f4d 2014-07-28 Added Log Level to debug and follow the program thread File  Diff  Annotate
3:f22ad66e049e 2014-07-28 Added APN value set to APN log print, DNS name for ping as "www.google.com"; Removed \n from log lines.; File  Diff  Annotate
2:99606ba5d1bf 2014-07-25 Changed output messages from printf to log File  Diff  Annotate
1:4c54ec0a3a20 2014-07-24 Added for loops to ensure each step succeeds. Also added success indication for each step with a message output. File  Diff  Annotate
0:47bc9ce390cc 2014-07-24 Tests device connectivity with a simple ping command after connecting to the cell network, then it disconnects. File  Diff  Annotate