views:

28

answers:

1

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:

leoluk