I was trying to update this for my HS80 Max. I added the PID which should be 0a97 but the programm didnt work and didnt recognize my headset. After adding a few checks, I found out that an error occurs in the get_HID() function when trying to write to the device:
TypeError: Cannot write to hid device
at get_HID
How would i fix this issue? Do i need to update some more code, or is this maybe a permission issue on windows?
I was trying to update this for my HS80 Max. I added the PID which should be 0a97 but the programm didnt work and didnt recognize my headset. After adding a few checks, I found out that an error occurs in the get_HID() function when trying to write to the device:
How would i fix this issue? Do i need to update some more code, or is this maybe a permission issue on windows?