Files
jlibusb/java
uniederer 4b7e567c32 - Added unit-test functions to the DLL interface
- Marked the unit-test functions as deprecated to prevent developers from using them in productive code
- Added unit-tests for helper functions in the DLL
- Setup the classes using "LibusbJava" so they don't warn of using a deprecated class

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@296 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2012-04-19 15:43:09 +00:00
..
2006-10-20 15:00:56 +00:00
2012-04-12 14:46:04 +00:00
2006-11-22 09:11:17 +00:00

Project description
-------------------
Java libusb wrapper is a Java wrapper for the libsub and libusb-win32 USB library.
* libusb  aim is to create a library for use by user level applications to access USB devices regardless of OS.
* libusb-win32 is a port of the libusb library to the Windows operating systems. The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.

For more information about libusb visit:
	http://libusb.sourceforge.net/

For more information about LibUsb-Win32 visit:
	http://libusb-win32.sourceforge.net
	http://sourceforge.net/projects/libusb-win32

For more information about Java LibUsb-Win32 wrapper visit:
	http://libusbjava.sourceforge.net
	http://sourceforge.net/projects/libusbjava

License
-------
The Java libusb wrapper library is released under the LGPL. See LGPL.txt
for more information.
For licensing information about libusb see http://sourceforge.net/projects/libusb/.
For licensing information about LibUsb-Win32 see http://libusb-win32.sourceforge.net/#license.

Authors
-------
Andreas Schläpfer	<spandi at users.sourceforge.net>