直接从USB接口获取黑莓(珍珠)的GPS数据

发布于 2024-07-07 23:13:22 字数 143 浏览 8 评论 0原文

有没有人研究过如何通过 USB 访问黑莓上的 GPS 芯片组,以便无需通过手机运营商的数据网络传输此数据?

是否可以访问 GPS 芯片组、将信息存储在缓冲区中并打开接口连接(通过 USB 充电端口)进行访问? 不确定 J2ME 是否允许这样做...

Has anyone researched how to access the gps chipset on a blackberry over usb so that it is unnecessary to transmit this data over the cell carrier's data network?

Is it possible to access the GPS chipset, store information in a buffer, and open an interface connection (over the usb charging port), for access? Not sure if J2ME allows for this...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

抚笙 2024-07-14 23:13:22

查看黑莓 JDE 中包含的“UsbDemo”项目和“GPSDemo”。

GPSDemo 监听 GPS 并将位置信息存储到通过网络发送的缓冲区中。

USB 演示展示了如何通过 USB 与桌面客户端交互。

您应该能够从 GPS 演示中提取网络代码并将其放入代码中以通过 USB 进行通信。

Checkout the "UsbDemo" project and the "GPSDemo" that are included in the blackberry JDE.

the GPSDemo listens to the GPS and stores the location information into a buffer that gets sent over the network.

The USB Demo shows how to interact with a desktop client over USB.

You should be able to pull on the network code from the GPS Demo and put in the the code to talk over USB.

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