在 windows 电脑上使用什么平台来实现 android 附件协议?

What platform to use on a windows pc to implement an android accessory protocol?

我正在做一个项目,需要我将 一台 windows 电脑设置为附件,以便与 android phone.我的研究使我发现了 android 开放配件协议,该协议使 android 设备能够由配件控制。此外,我在互联网上找到了很多关于将 ARDUINO MEGA ADK 与启用 android 的设备连接的帮助。然而,我几乎没有找到关于在 windows 电脑上实施附件协议以实现与启用 android 的设备的通信的信息。我想知道什么平台可以用于这样的开发以及如何实现这样的任务。任何帮助,将不胜感激。

像这样的问题总是很难完全解决,因为它不是真正的编程问题,可以很容易地提供一些变通方法和经过验证的解决方案。首先,请阅读 Accessory Development Kit (ADK) - ADK is a reference implementation that can be used as a starting point for building accessories for Android. This sounds like what you are looking for. In terms of getting started, check out the guide based on ADK 2012 here - 该指南包含有关如何设置开发环境的详细信息(应该解决您关于使用 ADK 为 Android 开发配件的问题)。

此外,正如已经建议的那样,关于 related question here can shed some light on what you are trying to do. You might also want to look at how to implement Android Open Accessory mode 的讨论。如果您在开始开发或设置环境后遇到问题,您可以 post 非常具体的问题。