Jump to content

migabriel

Members
  • Posts

    1
  • Joined

Reputation

10 Good

Converted

  • Occupation
    .NET Developer
  1. Hello everyone, I'm trying to change the LED colour on my H80i v2 under windows 10 but with no luck. What I have done so far. 1. In C# I've used HidLibrary from nu get as Thatualle1970 has pointed out but it doesn't find the device. 2. I have change the driver on the device using Zadig and set up the device with WinUSB, libusb-win32, libusbK but HidLibrary was unable to find the device using VID and PID 3. I have tried the C++ solution from dwmccauley using hidusb but it looks like I can't find the device. And the enumerable devices are only hid devices. I probably need another driver for the device The only way I could find the device was using LibUsbDotNet ( libusb for C# ), .NET I was able to find the device with WinUSB driver installed on the device. But I don't know to use libusb or what protocol or endpoint to use to send data. Any advice will be helpful. Thank you
×
×
  • Create New...