从usb界面直接获取黑莓(珍珠)的gps数据

时间:2023-02-08 21:18:25

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?

有没有人研究如何通过usb访问黑莓上的gps芯片组,以便不必通过蜂窝运营商的数据网络传输这些数据?

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...

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

1 个解决方案

#1


4  

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

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

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

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

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

USB演示展示了如何通过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.

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

#1


4  

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

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

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

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

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

USB演示展示了如何通过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.

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