Java usb
Submitted by galatnm on Thu, 12/08/2005 - 13:58.
Until june 2005, java usb api specification (JSR 80) reached final released status. This specification define API to access usb device from java. Is it a good idea to implement this spec (or integrate javax.usb sourceforge project) to jnode or continue to use current implementation ? The goal should be a clean separation between java usb api and usb device controller implementation.
Fabien L.
- Login to post comments
Good idea
If there is a good spec, it is (almost) always better to use that one, then to define our own.
Ewout