Zhengyang Gu / Mbed 2 deprecated C027_ModemTransparentSerial_BBB

Dependencies:   mbed

Fork of C027_ModemTransparentSerial by u-blox

Revision:
6:1e5c9b6b2e90
Parent:
5:1141d3cfd1ef
Child:
7:5d0d13c54e97
--- a/main.cpp	Thu Dec 19 17:31:35 2013 +0000
+++ b/main.cpp	Thu Dec 19 17:32:08 2013 +0000
@@ -10,7 +10,7 @@
     Serial mdm(MDMTXD, MDMRXD);
     mdm.baud(MDMBAUD);
     // use hardware flow control to make the connection more reliable
-    mdm.set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS);
+    //mdm.set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS);
     
     // open the PC serial port and (use the same baudrate)
     Serial pc(USBTX, USBRX);