Goal : To send NMEA sentences from an implemented console application to applications such as Google Earth etc.

Considering Google Earth, there is an option for real time tracking, which inputs either NMEA sentences or Garmin PVT. When NMEA is selected, Google Earth will start reading and polling for COM 11 and look for NMEA sentences.

For monitoring COM port read and write events, I used PortMon tool. Thus from my console application, I could see my NMEA sentence being written in COM 11, Google earth application seems to read but nothing is showing up in real time tracking. At times, the position comes up in Google Earth, but the position is 0,0. The longitude and latitude is not interpreted.

The NMEA sentence is being hard-coded for testing purpose and this is the sentence I use to write to the COM port.

$GPRMC,204519.520,A,5000.00001,N,04500.00001,E,10.00,0.0,070711,0.0,E*61

I searched few places online and they seem to point out KML data. But I am unsure how to convert NMEA sentence to KML if at all that's the way to go. Also, I used a tool called Earthbridge, which consumes the NMEA data from the COM port and opens a track in Google Earth. Through this tool, the latitude and longitude gets update but I do not need to use it.

Please let me know what I might be missing. Thanks for your time and your help.

link|improve this question
I found the answer, I was missing the carriage return & line feed at the end of the NMEA sentence. Crazy! – user397348 Jul 11 '11 at 15:04
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.