Program which allow to send/receive and treat SMS messages by connecting a GSM module to the mbed.

Dependencies:   mbed

Revision:
2:a1675893f497
Parent:
1:e2c09cb36265
diff -r e2c09cb36265 -r a1675893f497 main.cpp
--- a/main.cpp	Tue Jun 19 01:47:21 2012 +0000
+++ b/main.cpp	Tue Jun 19 01:48:29 2012 +0000
@@ -12,7 +12,7 @@
 
 int main() {
     int CPIN = 1234;//Code PIN de la carte SIM
-    char NumTel[] = "000000000";
+    char NumTel[] = "0600000000";
     unsigned char i = 0;
     unsigned char j = 0;
     unsigned char CtrlZ = 0x1A;