External GPS on windows
3rd Party Software
4
Posts
3
Posters
3.4k
Views
1
Watching
-
wrote on 3 Nov 2010, 20:10 last edited by
Hi All,
I'd like to know if some of you know how can use an external USB or BlueTooth GPS.
I know that I can't use Mobility API because are only available for mobile devices.
Thanks. -
wrote on 3 Nov 2010, 23:15 last edited by
You can use the QNmeaPositionInfoSource from the Qt Mobility Location API, provided that you can get access to the NMEA data from the device as a QIODevice (file, socket, etc...)
-
wrote on 4 Nov 2010, 07:44 last edited by
Hi,
as QIODevice, you can use "QextSerialPort":http://qextserialport.sourceforge.net/
-
wrote on 5 Nov 2010, 15:10 last edited by
Thanks a lot I'll try and i'll report the result.
4/4