usb4java-javax icon indicating copy to clipboard operation
usb4java-javax copied to clipboard

javax.usb extension for usb4java

Results 16 usb4java-javax issues
Sort by recently updated
recently updated
newest added

Ignoring problematic device: javax.usb.UsbPlatformException: USB error 5: Can't open device Bus 001 Device 002: ID 0c45:64ce: Entity not found Ignoring problematic device: javax.usb.UsbPlatformException: USB error 1: Can't open device Bus...

Does usb4java support USB isochronous transfer mode ? If not, is there a plan to include this support ? I tried to use it but it gave me this error:...

We can use max buffer size obtained from `descriptor.bMaxPacketSize0()` instead of 256 in these methods because internally they call controlTransfer on interface #0. This fixes #3 without manipulations with dirvers....

Hi guys, We use usb4java in our application to detect attached and detached events It works well except the scenario we have identified recently. Usb4java does not detect the ATTACHED...

I have added property file but still it is showing error that property file not found. Any solution for this? and in the property file it is showing warning that...

Modified AbstractIrpQueue to sleep and reuse the existing processor thread. See issue #14 .

In practice AbstractIrpQueue spawns a new thread whenever an Irp is added. For asyncSubmit this makes a little sense, though reusing the a single thread per pipe would be a...

![image](https://user-images.githubusercontent.com/26118508/74802978-62313780-5316-11ea-8374-ac0553a61c43.png) I start a thread that continuously receives data, but when I want to close it, ![image](https://user-images.githubusercontent.com/26118508/74803057-9278d600-5316-11ea-8ec2-98d30fbff4ce.png) It just reported the exception,The receiving channel cannot be closed properly。

I'm using usb4java 1.2.0 with a full-speed USB device that I'm developing. When using the low-level libusb API, I am able to achieve throughput speeds near the theoretical maximum for...

help wanted

Hi, using following code: ``` java UsbPort port = usbDevice.getParentUsbPort(); System.out.println("Connected to port: " + port.getPortNumber()); System.out.println("Parent: " + port.getUsbHub()); ``` I can dump some basic info about the device...

help wanted