craigster1991 / arctis-battery-win-app

A windows application using electron to show the battery percentage of your Steel Series Arctis Wireless headset
MIT License
48 stars 12 forks source link

Data to write to HID device #17

Closed GrzesiuS closed 1 year ago

GrzesiuS commented 1 year ago

Hello, I see you used some data to write to HID device write([0x06, 0x18]). It works only for headsets, but how can I get data for other devices like Aerox wireless mouse?

craigster1991 commented 1 year ago

Unfortunately input devices like mice and keyboards are protected and you can't pull the data from what I've seen without low level access (direct driver interaction).

The input devices I've tried just crash the process completely when attempting to read or write data.

On Mon, 3 Apr 2023, 3:55 pm GrzesiuS, @.***> wrote:

Hello, I see you used some data to write to HID device write([0x06, 0x18]). It works only for headsets, but how can I get data for other devices like Aerox wireless mouse?

— Reply to this email directly, view it on GitHub https://github.com/craigster1991/arctis-battery-win-app/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUYHJUNZAO6GAWKMFVY7TLW7LQFHANCNFSM6AAAAAAWROCGTI . You are receiving this because you are subscribed to this thread.Message ID: @.***>