Amine KHETTAT
/
GSMProject
Program which allow to send/receive and treat SMS messages by connecting a GSM module to the mbed.
Revision 1:842dea2b7fcf, committed 2012-09-11
- Comitter:
- khettat
- Date:
- Tue Sep 11 22:12:55 2012 +0000
- Parent:
- 0:1bfc880cdffe
- Commit message:
- Final program wich working full. ; By Amine Khettat
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1bfc880cdffe -r 842dea2b7fcf main.cpp --- a/main.cpp Fri Jun 22 15:25:11 2012 +0000 +++ b/main.cpp Tue Sep 11 22:12:55 2012 +0000 @@ -325,7 +325,7 @@ // myled1 = 1; pc.printf("Passage en mode ""TEXT""\r\n"); wait(2); - /*GSM.printf("AT+CMGS=0647151425");//Initialisation de l'nvoi de l'SMS au moniteur + /*GSM.printf("AT+CMGS=06XXXXXXXX");//Initialisation de l'nvoi de l'SMS au moniteur GSM.putc(0x0D); myled2 =1; //pc.printf("num\r\n");
diff -r 1bfc880cdffe -r 842dea2b7fcf mbed.bld --- a/mbed.bld Fri Jun 22 15:25:11 2012 +0000 +++ b/mbed.bld Tue Sep 11 22:12:55 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479 +http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479 \ No newline at end of file