This example establishes a transparent link between the mbed serial port and the gps I2C on the C027. You can use it to use the standard u-blox tools such as u-center. These tools can then connect to the serial port and talk directly to the GPS receiver. Baudrate should be set to 9600 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/u-center.html
Dependencies: mbed
Fork of C027_GPSTransparentSerial by
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:29:34 +0000] rev 6
update libraries (use api provided by the platform)
reduce load on i2c
2013-11-21, by mazgch [Thu, 21 Nov 2013 14:12:14 +0000] rev 5
reduce load on i2c
use latest C027 library
2013-11-06, by mazgch [Wed, 06 Nov 2013 10:49:39 +0000] rev 4
use latest C027 library
identation
2013-10-25, by mazgch [Fri, 25 Oct 2013 22:14:04 +0000] rev 3
identation
first version of I2C
2013-10-25, by mazgch [Fri, 25 Oct 2013 21:02:16 +0000] rev 2
first version of I2C
use power config
2013-10-25, by mazgch [Fri, 25 Oct 2013 20:36:35 +0000] rev 1
use power config
Simple transparent serial port to the gps receiver,
2013-10-22, by mazgch [Tue, 22 Oct 2013 21:21:46 +0000] rev 0
Simple transparent serial port to the gps receiver,