在 OSX 上使用 python 通过蓝牙获取 GPS 坐标

发布于 2024-09-19 04:30:30 字数 70 浏览 4 评论 0原文

我刚刚购买了一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉生梦死 2024-09-26 04:30:31

我假设您的 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:

神仙妹妹 2024-09-26 04:30:31

通过虚拟 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文