For RevB MBED Hardware, with the new boot sequence. This example establishes a transparent link between the mbed USB CDC port and the modem (LISA) on the C027. You can use it to use the standard u-blox tools such as m-center or any terminal program. These tools can then connect to the serial port and talk directly to the modem. Baudrate should be set to 115200 baud and is fixed. m-center can be downloaded from u-blox website following this link: http://www.u-blox.com/en/evaluation-tools-a-software/u-center/m-center.html

Dependencies:   C027-REVB UbloxUSBModem mbed

Revision:
3:ac79848028c3
Parent:
1:15b5edb4a91f
Child:
6:2d7edb824271
--- a/main.cpp	Fri Dec 13 23:37:54 2013 +0000
+++ b/main.cpp	Sat Dec 14 01:16:42 2013 +0000
@@ -44,7 +44,7 @@
     Serial pc(USBTX, USBRX);
     pc.baud(MDMBAUD);
     
-    pc.printf( "M3->USB CDC connection ready\n");
+    pc.printf( "M3->USB CDC connection ready\r\n");
     
     while (1)
     {