Вопрос

I am new to Accessory Development. If I was to build a custom hardware component what should it support in order to be able to communicate with Android applications via USB?

I am doing a research for a project and the clients are hardware manufacturer and want to know what should their hardware component support(in terms of communication protocols) in order to be able to commnicate with Android devices. I found that Arduino microcontrollers are an example for such components.

Это было полезно?

Решение

The ADK documentation is the place to look for the specs, which are too long to include here. The ArduinoBoardADK implements the protocol, using a MAX3421e to handle the USB host side. The other Arduino boards don't have USB host capability, so are not suitable.

Другие советы

Arduino microcontrollers communicate using standard serial comms over the USB port. http://www.ladyada.net/learn/arduino/lesson4.html

I don't believe Android devices works in the same way.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top