Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: emetteur.cpp
- Revision:
- 1:e9dad14e0d53
- Parent:
- 0:56caa4d851d2
--- a/emetteur.cpp Thu Mar 31 13:31:18 2022 +0000 +++ b/emetteur.cpp Fri Apr 01 06:22:26 2022 +0000 @@ -140,7 +140,7 @@ RetStatusKIMTypeDef Emetteur::send_ATCommand() { - //Serial pc(USBTX,USBRX); + Serial pc(USBTX,USBRX); while (kimSerial.readable()>0) { //Clean RX buffer response[0] = kimSerial.getc(); //pc.printf("caractere lu : %x \n",response[0]); @@ -157,7 +157,7 @@ i++; } response[i]=0; - //pc.printf("reponse KIM : %x \n",response); + pc.printf("reponse KIM : %x \n",response); if((response[0] != '\0') && ( response[1] == 'K' /*OK*/ || response[1] == 'I' /*+ID*/ ||