Hi everyone, I am really excited about the ADK but do not yet have a USB-Host Board. If you are like me and want to start testing and programming over the weekend then you can do this using your computer as accessory :)
If you are running Linux then you can just use my little piece of C code to communicate with your Android phone over USB: http://android.serverbox.ch/?p=262 I believe it is a handy way to play around with the new libraries and lets you quickly adapt your source code. I used the C code from the official Arduino example as a rough guideline for the initial device setup. You might also use the asynchronous libusb API functions to enhance the protocol - for the sake of simplicity I only used the synchronous ones :) Cheers Manuel -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

