0
votes
0answers
19 views

no usbJava in java.library.path

I got a .jar file from a code that works on Windows, and I'm trying to run it on Linux, but I keep getting this message, and don't know what to do. Exception in thread "Thread-0" ...
0
votes
1answer
46 views

USB Java libraries [duplicate]

I am developing several data logger application which must connect with the USB dongle in order to read/write information. That is to say, I have to send commands to the USB port and the application ...
0
votes
0answers
97 views

USB communication(PIC MICROCONTROLLER) with MAC OS through LIBUSBJAVA [closed]

I am trying to make read and write in USB device in MAC OS through LIBUSBJAVA. In windows I can install drivers by using inf-wizard.exe http://libusbjava.sourceforge.net/wp/?page_id=8 in Libusbjava. ...
1
vote
1answer
338 views

Interfacing a libUSB device powered by V-USB library for AVR

I've wrote a simple program (based on the following tutorial) that send data from an AVR chip (Attiny 2313) to the computer via a USB port, since this device doesn't have a built-in USB port, I've ...
0
votes
0answers
158 views

Problems building javax.usb - reference implementation and linux implementation

For javax.usb, there are three modules: javax-usb javax-usb-ri javax-usb-ri-linux The faq indicates that in order to use javax-usb, one must build all three modules. Each module has an associated ...
0
votes
0answers
159 views

LibUSBJava write failed

I want to write data to a USB camera on Java. For doing that, I'm using LibUSBJava. I can open USB camera and read data successfully, but when I try to write data, I can not find any output endpoint ...
1
vote
2answers
242 views

How to add libusb to java swing netbeans project?

libusb is installed on the Ubuntu host running Netbeans 7.1 but is not an option in Projects > Libraries > Right Click > Add Library. There are various libusb.so and libusb.a files on this ...
0
votes
1answer
84 views

Reconnect to a device after device crashed

I have the following problem with the libusb-java and some self-made devices. It could happen that such a device disconnects from the USB Port because it drains to much power (as an example: i have a ...
0
votes
1answer
183 views

java: No Endpoint found, but python works

I want to try out the java libusb from http://libusbjava.sourceforge.net and cant even connect to my device... I had this python code before: def discover(): my_device = None for bus in ...
1
vote
1answer
116 views

Java application on Windows system running as USB peripheral

Is there a way to have a USB device act as a Host and an application on a Windows based system to act as the Peripheral? We have a USB device that is the host and we need it to connect to our ...
0
votes
1answer
1k views

libusb communicate with USB mass storage

I'm currently writing a javax-usb (JSR-80) implementation using libusb 0.1 as a backend. I need to test the bulk transfer functionality and my guess is that the easiest way to do this is to ...
4
votes
5answers
320 views

Java DLL linkage error

I am using libusb-- http://sourceforge.net/apps/trac/libusb-win32/wiki However, I get: Exception in thread "main" java.lang.UnsatisfiedLinkError: USBManager.usb_init()V public class ...