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

Dependencies:   VodafoneUSBModem mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Thu Nov 08 17:32:50 2012 +0000
Parent:
1:38c9e35517ea
Child:
3:bb67c6ba4998
Commit message:
removed my number from the code;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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() {