Help with GPS integration basics
-
wrote on 5 Apr 2011, 05:07 last edited by
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. -
wrote on 5 Apr 2011, 05:58 last edited by
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).
1/2