Connect to GPS bluetooth
I m trying to connect to a bluetooth gps device and get location but i couldn’t find how to do that ?
can someone help me please ?
6 replies
Check the Connectivity API which is part of Qt Mobility [doc.qt.nokia.com] and class QRfcommServer [doc.qt.nokia.com]
Best regards,
Leon
thanks for that.
Is there a possibility to use bothe QNmeaPositionInfoSource [doc.qt.nokia.com] and QRfcommServer [doc.qt.nokia.com] to read data directly from the device and output the result ?
i checked QNmeaPositionInfoSource but i should set the device to be able to read the data . how can i get the dvice from QRfcommServer [doc.qt.nokia.com] ?
how can i get the dvice from QRfcommServer [doc.qt.nokia.com] ?
Have a look at Bluetooth Chat Example [doc.qt.nokia.com] to see how to use the Qt Connectivity Bluetooth API and QRfcommServer.
You must log in to post a reply. Not a member yet? Register here!


