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.
Dependents: C027Interface C027Interface C027_SupportTest
Fork of C027_Support by
Diff: MDM.cpp
- Revision:
- 112:89b5b21db71e
- Parent:
- 109:327d209a8ab9
- Child:
- 115:d8d94b73c725
--- a/MDM.cpp Wed Oct 22 10:21:49 2014 +0000 +++ b/MDM.cpp Wed Oct 29 15:34:24 2014 +0000 @@ -343,7 +343,8 @@ sendFormated("AT+IPR=115200\r\n"); if (RESP_OK != waitFinalResp()) goto failure; - wait_ms(40); + // wait some time until baudrate is applied + wait_ms(200); // SARA-G > 40ms // identify the module sendFormated("ATI\r\n"); if (RESP_OK != waitFinalResp(_cbATI, &_dev.dev))