Hello,
I am trying to get data from USB using Netbeans.
I have found an example in this forum however it is giving me an error.
https://digistump.com/board/index.php?topic=944.0ERROR:Exception in thread "main" com.codeminders.hidapi.HIDDeviceNotFoundException
at com.codeminders.hidapi.HIDManager.openById(HIDManager.java:114)
at com.codeminders.hidapi.HIDManager.openById(HIDManager.java:114)
at simpleusbtest.SimpleUsbTest.main(SimpleUsbTest.java:28)
Java Result: 1
Any help please ?
Thanks in advance
Tronix