April 5, 2011

Arpitgarg Arpitgarg
Lab Rat
6 posts

Help with GPS integration basics

 

hi,
I want to access gps data on my computer. I am using Qt Creator. The string i want to use is RMC-NMEA string. Can any one tell me how to proceed.

1 reply

April 5, 2011

Andre Andre
Area 51 Engineer
6031 posts

Most GPS’s are simply serial devices. You could use QextSerialPort to open the port your device talks at. The output stream is most likely NMEA (refer to your GPS manual for details on communication speeds and protocol used).

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

 
  ‹‹ QwtPlot how to create an weekly Xaxis?      check platform on .pro [Solved] ››

You must log in to post a reply. Not a member yet? Register here!