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

Dependencies:   mbed-src mtsas

Revision:
7:1ac5be54eb3b
Parent:
5:597d5a5e9d24
Child:
9:58dba06c3042
--- 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