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

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
khettat
Date:
Tue Jun 19 01:48:29 2012 +0000
Parent:
1:e2c09cb36265
Commit message:

Changed in this revision

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