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

Files at this revision

API Documentation at this revision

Comitter:
dixter1
Date:
Sat Dec 14 01:20:56 2013 +0000
Parent:
1:15b5edb4a91f
Child:
5:519e5d6f56b2
Commit message:
Cleanup incorrect commit to the program.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Dec 13 23:37:54 2013 +0000
+++ b/main.cpp	Sat Dec 14 01:20:56 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)
     {