Java 应用程序可以在 Android 2.2 设备上使用 USB Host 吗?

发布于 2024-12-11 06:56:13 字数 289 浏览 0 评论 0原文

我有Archos 101互联网平板电脑,具有USB主机模式,但它的Android版本只有2.2.1。正如我在这里读到的 http://developer.android.com/guide/topics/usb /index.html ,Android 从 3.1 版本到 2.3.4 都有 USB API。 Java 应用程序有什么方法可以通过 USB 在此类设备上与 2.2 进行通信吗?

I have Archos 101 Internet tablet which has USB host mode, but it's Android version is only 2.2.1 . As I read here http://developer.android.com/guide/topics/usb/index.html , Android has USB API from version 3.1 as well as in 2.3.4 . Is is there any way Java application to communicate through USB on such device with 2.2 ?

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

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

发布评论

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

评论(1

心凉怎暖 2024-12-18 06:56:13

这可能会让您朝着正确的方向开始:

在 android 中使用串行端口 RS-232 ?

您可能需要获取内核源代码,我相信 Archos 通常会在设备上市后不久发布该源代码。从您的设备上获取当前的 config.gz,找出您可能需要的内核模块并重新编译。祝你好运!

This might get you started in the right direction:

using serial port RS-232 in android?

It's likely you will need to get your hands on the kernel source which I believe Archos usually publishes shortly after a device hits the market. Grab the current config.gz off your device and figure out what kernel modules you may need and recompile. Good luck!

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