sonealx
Joined: 03 Jun 2010 Posts: 4
|
Velocity meter with GPS module(u-blox RCB-4H) and PIC16F877A |
Posted: Thu Jun 03, 2010 1:43 pm |
|
|
Hello everybody;
I want to use the GPVTG string in NMEA protocol. Example;
$GPVTG,77.52,T,,M,0.004,N,0.008,K,A*06
The 0.008 shows the speed in terms of km/h. My project is about that. Firstly I want to take this speed information and send it to the LCD. I know how to show any number or word in LCD but;
My problem is that I don't know how to read and process the NMEA data strings which are sent from GPS module with PIC.
I am also new in codes but;
Can anyone help me about reading NMEA string with CCS C software codes?? |
|