Austin Mullins
Austin Mullins
I'm not sure anyone besides yourself can determine the single best answer for your product, but my approach to this is to have a single "busy looping" thread processing all...
I'm starting some issue cleanup (since I have commit privileges now). Is this an actual issue, or does everything work well when the device is opened with the correct overlapped...
Thanks, @gnatyukv. That sounds similar to what @jvdub22 is describing in issue #67.
The HidFastReadDevice class essentially replicates the HidDevice class but skips the IsConnected check. This is already part of the library, so I feel like we could close this issue if...
@paschka76 `ReadReport` reads one input report from the device and calls the given callback function on completion or error. In the example code, `OnReport` is the name of a callback...
Yes. HIDs have to be driven by the host, so any application code has to explicitly request data from the device. I can imagine a library being implemented in such...
It will wait twice. There is no attempt made to cancel a current read operation.
@paschka76 Microsoft has released a few updates to Windows 10 since our last communication. Have you still noticed this issue on up to date systems?
Sorry, it's been a few years. If you can merge in the previous commit, I can get this in there.
I'm looking into this issue. It seems like sometimes the read thread gets swallowed up by the operating system. For now, and just to be 100% sure: did you open...