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.
Fork of C027_ModemTransparentSerial by
Diff: main.cpp
- Revision:
- 4:fafdcaf842ee
- Parent:
- 2:1970ac045983
- Child:
- 5:1141d3cfd1ef
--- a/main.cpp Wed Nov 06 10:48:56 2013 +0000 +++ b/main.cpp Fri Dec 06 09:56:13 2013 +0000 @@ -9,9 +9,6 @@ // open the mdm serial port Serial mdm(MDMTXD, MDMRXD); mdm.baud(MDMBAUD); - // tell the modem that we can always receive data - DigitalOut mdmRts(MDMRTS); - mdmRts = 0; // (not using flow control) // open the PC serial port and (use the same baudrate) Serial pc(USBTX, USBRX);