How to use jUSB in JAVA?

Thread Starter

E&C Genius

Joined Dec 9, 2009
10
Hello everyone!

I am doing a senior project in electronics & communication engineering about developing a wireless data link for USB devices, so we can connect a hard disk for example to a computer wirelessly.

As a start, I need to develop a JAVA application just for making a connection between a computer and a device connected to a USB port by a cable.

One of the JAVA package involved is called jUSB but I've faced some problems while writing the code.

This site gives a idea about the process:
http://www.ibm.com/developerworks/library/j-usb/index.html

Can you please help me with a similar code that I can use to achieved my goal?

Thank you very much in advance.
 

samin

Joined Oct 14, 2011
32
I do not have ready solution to give you, I regret it.
But if you get into the JNI to call functions of a library and you have problems, I can then probably help you.
On which OS are you?I guess you're on Win32.
If you're on Linux, the kernel version may also have a lot of importance.
 
Top