Author Topic: DigiUSB Error  (Read 3387 times)

djtronix

  • Newbie
  • *
  • Posts: 1
DigiUSB Error
« on: August 11, 2015, 11:04:26 pm »
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.0

ERROR:

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