在 OSX 上使用 python 通过蓝牙获取 GPS 坐标
我刚刚购买了一个 GPS 蓝牙接收器,它已与我的 OSX 机器正确配对。现在我想用 python 查询设备的位置。我该怎么做?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设您的 GPS 接收器通过虚拟 COM 端口工作,因此它独立于蓝牙。
这些库可能会对您有所帮助:
I assume your GPS receiver works over a virtual COM port, so it's independent of bluetooth.
Probably these libraries will help you:
通过虚拟 COM 端口,您可以将此脚本与 NMEA 0183 协议结合使用 http://miguellopes.net/bluetooth -gps-python/ (它是葡萄牙语,但谷歌翻译可以为您提供帮助)
with a virtual COM port you can use this script with the NMEA 0183 protocol http://miguellopes.net/bluetooth-gps-python/ (it's in portuguese but google translator can give you a help there)