Shows how to send and receive SMS messages using a Vodafone USB dongle.

Dependencies:   VodafoneUSBModem mbed-rtos mbed

Revision:
2:60fd177f8a6a
Parent:
1:38c9e35517ea
Child:
4:9bfe20a36f47
--- a/main.cpp	Thu Nov 08 17:31:46 2012 +0000
+++ b/main.cpp	Thu Nov 08 17:32:50 2012 +0000
@@ -8,7 +8,7 @@
 #include "mbed.h"
 #include "VodafoneUSBModem.h"
 
-#define TEST_NUMBER "07825608771"
+#define TEST_NUMBER "YOUR_NUMBER"
 #define MAX_SMS_LEN 256
 
 int main() {