Java USB Drivers

Hi,

I don't know if JNode has USB drivers already or not, but today I found something: jUSB http://jusb.sourceforge.net/

maybe you can make something out of it!

regards
Siegfried

Hi,

Hello,
Nope that is not usable for JNode. There they using the native c code for accessing the UHCI and different setup through JNI.

This JSR80, implementation is sucessful on Jnode. Command like lsusb etc already working. Some drivers are working with it too experimentally.
But, still not the code commited, due to need of some changes in the JNode's basic API structure for using JSR80 looked fully interfaced based APIs.Hope soon will be.
Thanks,
Tanmoy

Branch ?

Could you put your code into a branch on subversion or provide patches. We need to know what must be adapt on API to have working USB. This is a killer feature for jnode and open wide range of developement like smart card support and bluetooth.

Fabien L.

Ok

Ok

I just thought maybe ...