You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So Device::USB works, but Device::HID doesn't? The hidapi README contains short C example code for reading manufacturer string. Please compile and try that to make sure that it's fine on the C side.
Had no time to look deeper into this. You couls start by implementing hid_error. It returns a wide character string, so some conversion is necessary. This should give you an idea about what fails where.
Greetings,
Device::HID is failing to get the usb device when Device::USB appears to get it.
bash$ perl irrad_hid_probe.pl
Failed to hid_open at irrad_hid_probe.pl line 12.
No such device!
vs
How can I debug this?
The text was updated successfully, but these errors were encountered: