andyvorld

Results 47 comments of andyvorld

I just tried with the following, Device.Net\Windows\ApiService.cs ``` #if NETFRAMEWORK private const uint FILE_FLAG_OVERLAPPED = 0; #else private const uint FILE_FLAG_OVERLAPPED = 0x40000000; #endif ``` Hid.Net\Windows\WindowsHidApiService.cs ``` #if NETFRAMEWORK private...

> > > @andyvorld does the same issue occur if you target .net 5? Using the nuget packaged 4.2.1, it works fine. > > > @andyvorld you could submit a...

Try this release https://github.com/andyvorld/LGSTrayBattery/releases/tag/v2.0.7 As I had not realised that going from Net5 to Net6 introduced some breaking changes with async filestreams and in turn broke the under lying library...

Try the new release https://github.com/andyvorld/LGSTrayBattery/releases/tag/v2.0.8, I have semi-migrated away from HID.NET as the backend for the battery status.

> Could you please redirect further comments to #40?

This is probably related to https://github.com/andyvorld/LGSTrayBattery/issues/37

The name shown is the device name that the mouse's onboard chip reports. This issue has been documented before here https://github.com/andyvorld/LGSTrayBattery/issues/18#issuecomment-852021508 I just currently don't have the hardware to develop...

I dont have much time to work on this project anymore, but I just made a new build that only bumps the .Net version to 6 from 5. As well...

I have tried to implement this feature, but currently I don't know if its going to be a degredation or an improvement. Due to the library I was using/way I...

Really late to this issue, but v2.0.8 changed the stack for handling the devices natively. Hopefully it had fixed your issue.