Goal:
I would like to test a java-android communication between an android terminal and another device. This communication has to be made using USB bulk tranfers. I'm using basically what you can see here:
http://developer.android.com/reference/android/hardware/usb/package-summary.html
The problem:
Hmm, well I just don't have the device yet. I found "USB/IP" as a possible solution:
How to emulate USB devices? http://usbip.sourceforge.net/
which seems to work fine in some cases but I've been unable to make it work with Android...
The questions:
Is it any way to test my code using some program?
Maybe I should ask this as another question but, just in case everything goes wrong, could I use libusb and python (pyusb) with my android device? It seems to be difficult: http://comments.gmane.org/gmane.comp.python.pyusb.user/1207