直接从USB接口获取黑莓(珍珠)的GPS数据
有没有人研究过如何通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看黑莓 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.