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

Dependencies:   mbed mtsas

Revision:
16:8d511ce1bec8
Parent:
15:ae7bfcdf9e6a
Child:
17:e2102f58f3c9
--- a/main.cpp	Tue Nov 11 21:29:35 2014 +0000
+++ b/main.cpp	Mon Mar 16 18:28:58 2015 +0000
@@ -21,6 +21,15 @@
     //MTSSerialFlowControl* io = new MTSSerialFlowControl(D8, D2, D3, D6);
     //reset_pin = RESET;
     
+    /** Dragonfly
+    * 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
+    */
+    //MTSSerialFlowControl* io = new MTSSerialFlowControl(PC_7, PC_6, PB_10, PB_12);
+    //reset_pin = NC;
+    
     /** Freescale KL46Z
     * To configure the serial pins for the Freescale KL46Z board, use MTSAS jumper 
     * configuration B. Uncomment the following lines to use the Freescale KL46Z board