Android + Arduino via USB
I'm trying to communicate with Arduino board (Duemilanove) from Android 3.1 device with USB-host support using Android USB Host API (not in USB Accessory mode).
The questions are:
1.how to prepare arduino board (modify firmware) - interruptions or smth?
2.how to check if its okay with arduino board (f.e. enumerate USB interfaces and verify that it supports needed. what tools can be used?
3.how to find needed interface (what are interface class/protocol/subclass)
4.what can be the reason when interface cannot be claimed? (faced with that)