On Tue, 28 Feb 2006, Carl Ranson wrote: > >You're talking about writing an equivalent of that os-dependant layer >that exists for linux and windows right?
yes. >what, exactly does that layer do? Im guessing its a thin interface >between javax.usb and the os's hardware management. is that equvalent to >UHCI? close, it's an interface between javax.usb's "common" implementation and the OS's userspace USB interface. UHCI is lower than the USB interface. The JNode code already has what appears to be a USB interface but it's different than javax.usb. Either you could use that interface directly, or create a bridge from javax.usb to that interface. >Thanks for the fast response >S8. > >Dan Streetman wrote: > >>A quick look at the JNode homepage shows they at least have a UHCI driver, >>so they must have the basics of USB working. So I think it should >>probably be possible to connect javax.usb to JNode. But, a layer will be >>needed to connect them. >> >> >>On Mon, 27 Feb 2006, Carl Ranson wrote: >> >> >> >>>Sorry if this is a dumb question: >>> >>>I'd like to run javaX.usb on a pure java platform (ref: sourceforge >>>JNode project). I notice that there are some parts that are operating >>>system specific. >>> >>>Is this likely to be possible? >>>What do the OS Specific bits of javaX.usb do? >>> >>>Thanks in advance, S8. >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by xPML, a groundbreaking scripting language >>>that extends applications into web and mobile media. Attend the live webcast >>>and join the prime developer group breaking into this new coding territory! >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>>_______________________________________________ >>>javax-usb-devel mailing list >>>javax-usb-devel@lists.sourceforge.net >>>https://lists.sourceforge.net/lists/listinfo/javax-usb-devel >>> >>> >>> >> >> >> > -- Dan Streetman [EMAIL PROTECTED] --------------------- 186,272 miles per second: It isn't just a good idea, it's the law! ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ javax-usb-devel mailing list javax-usb-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/javax-usb-devel