This example establishes a transparent link between the mbed serial port and the modem (LISA or SARA) 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: mbed
Install mbed Windows Drivers
Make sure you installed the drivers on your windows PC to get the virtual serial port. A installation guideline and the drivers can be found in the following wiki page. /handbook/Windows-serial-configuration
History
update libraries (use api provided by the platform)
2014-06-12, by mazgch [Thu, 12 Jun 2014 07:28:57 +0000] rev 8
update libraries (use api provided by the platform)
enable hw flow control by default
2013-12-19, by mazgch [Thu, 19 Dec 2013 17:34:25 +0000] rev 7
enable hw flow control by default
use hw flow
2013-12-19, by mazgch [Thu, 19 Dec 2013 17:32:08 +0000] rev 6
use hw flow
use hw flow control on MDM serial port
2013-12-19, by mazgch [Thu, 19 Dec 2013 17:31:35 +0000] rev 5
use hw flow control on MDM serial port
pulled in latest library
2013-12-06, by mazgch [Fri, 06 Dec 2013 09:56:13 +0000] rev 4
pulled in latest library
use latest C027 library
2013-11-06, by mazgch [Wed, 06 Nov 2013 10:48:56 +0000] rev 3
use latest C027 library
use power config
2013-10-25, by mazgch [Fri, 25 Oct 2013 20:37:09 +0000] rev 2
use power config
fixed pinname
2013-10-23, by mazgch [Wed, 23 Oct 2013 06:12:48 +0000] rev 1
fixed pinname
Simple transparent serial port to the cellular modem,
2013-10-22, by mazgch [Tue, 22 Oct 2013 21:22:05 +0000] rev 0
Simple transparent serial port to the cellular modem,