nyholku / purejavahidapi

Other
121 stars 69 forks source link

Mac 10.12 not working #42

Closed rwu2359 closed 7 years ago

rwu2359 commented 7 years ago

groovy.lang.MissingMethodException: No signature of method: static purejavahidapi.PureJavaHidApi.openDevice() is applicable for argument types: (java.lang.String) values: [USB_0922_8003_0x600000145540]

the API says the open() method needs a string taken from devInfo.getPath() but this just keeps crashing..

hanshuebner commented 7 years ago

This was a documentation problem which has since been fixed. The openDevice method requires a HidInfo as argument. This issue can be closed.