LibusbJava

libusb for Java

User Tools

Site Tools


first_steps:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
first_steps:start [2016/02/25 13:33] – external edit 127.0.0.1first_steps:start [2016/07/12 10:35] akalberer
Line 10: Line 10:
     - Release interface     - Release interface
     - Close the device     - Close the device
 +
 +<box 100% red right | **Important note for Windows**>
 +  * getDeviceList() of libusb and Device.search() of LibusbJava return the first device with the corresponding VID, PID. In Windows a composite device is represented by multiple devices with the same VID, PID, so you have to search for the one you want to use (see [[http://libusb.6.n5.nabble.com/libusb-How-to-access-composite-devices-properly-on-Windows-td5714029.html#a5714031|libusb Mailing List]]).
 +</box>
  
 <code java>Context useCtx = null;                            <code java>Context useCtx = null;                           
first_steps/start.txt · Last modified: 2016/07/12 10:37 by akalberer