Example program demonstrating sending and reading SMS messages from the cellular modem using the MTSAS library.

Dependencies:   mbed-src mtsas

Files at this revision

API Documentation at this revision

Comitter:
Vanger
Date:
Mon Mar 23 18:28:05 2015 +0000
Parent:
6:d28c713cf4af
Child:
8:0b85fbee84ce
Commit message:
removed configureSignals() call, as it is unused at this time.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 23 18:03:38 2015 +0000
+++ b/main.cpp	Mon Mar 23 18:28:05 2015 +0000
@@ -31,7 +31,7 @@
     * To configure the serial pins for the Dragonfly board, use:
     * RADIO_TX = pin PC_7, RADIO_RX = pin PC_6
     * RADIO_RTS = pin PB_10,RADIO_CTS = pin PB_12
-    * Uncomment the following lines to use the Dragonfly board
+    * Uncomment the following line to use the Dragonfly board
     */
     //MTSSerialFlowControl* io = new MTSSerialFlowControl(PC_7, PC_6, PB_10, PB_12);
     
@@ -58,7 +58,6 @@
         return 1;
     }
     
-    radio->configureSignals(D4,D7,RESET);
     Transport::setTransport(radio);
     
     //Set radio APN