signal11 / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
2.47k stars 901 forks source link

ATMEL-ICE: testgui works with libusb but not with hidraw #415

Open vasily-kartashov opened 5 years ago

vasily-kartashov commented 5 years ago

What can be the reason for hidapi-hidraw-testgui not seeing ATMEL-ICE device, while hidapi-libusb-testgui is able to connect to it just fine?

Also, when I remove the following udev ruleset

SUBSYSTEM!="usb", ACTION!="add", GOTO="avrisp_end"

ATTR{idVendor}=="03eb", ATTR{idProduct}=="2141", MODE="660", GROUP="dialout"

LABEL="avrisp_end"

both testgui tools see the device, but neither can connect to it.

vasily-kartashov commented 5 years ago

Forgot to mention, this was on latests Fedora. When I run TestGUI On Mac OS X the device is not recognized either.

jonathancross commented 5 years ago

This repo is no longer maintained, see #431

You might try the libusb mailing list or opening an issue at libusb/hidapi.

Cheers!