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.46k stars 901 forks source link

How can I just download HIDAPI.DLL? #439

Closed Zaaphod closed 5 years ago

Zaaphod commented 5 years ago

I don't have visual studio or even know how it would work. I'm trying to get python easyhid.py https://github.com/ahtn/python-easyhid to work under windows and it seems to require HIDAPI.DLL .. but the dll is not included. I have searched everywhere for this and I can't find a place to just download it. Do I really have to get visual studio, install it, and learn how it even works, to build this DLL myself? can someone PLEASE help me and just tell me where I can download it? It would be extremely helpful. I have been looking for a simple way to obtain this DLL for days now. Trying to get this DLL to use easyhid is making it anything but easy.

Youw commented 5 years ago

See https://github.com/libusb/hidapi/releases

Also, note, this repository is no longer maintained

Zaaphod commented 5 years ago

Thank you VERY much!! I would have never found it there! I was on the libusb page but they only tell you how to download it from git clone git://github.com/libusb/hidapi.git which only is good for Linux.. it would be nice if they had a link to the windows zip file right under the Linux download instructions! Thanks again!!!

Youw commented 5 years ago

Since your issue is solved, please do close this ticket, to keep #431 at the top.