I just bought a GPS bluetooth receiver, which has been correctly paired with my OSX machine. Now I would like to query the device for my position with python. How do I do it?
+1
A:
I assume your GPS receiver works over a virtual COM port, so it's independent of bluetooth.
Probably these libraries will help you:
- Python bindings for gpsd (which is available for Mac too)
- PyGPS, untested
leoluk
2010-09-13 16:08:06