We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First time user of HidLibrary.
I followed the simple example. My OnReport method gets called continuously and report.Data is always and empty byte[8].
My device is a barcode scanner which works as a HID keyboard. When I have notepad open the scanner outputs to USB so I'm assuming it's working.
I should be replacing ReadReport(OnReport) with a call to Read after the scanner has scanned? Is it possible it just isn't supported?
The text was updated successfully, but these errors were encountered:
I have the same issue. My report data is always empty byte[3] which is being converted to "AAAA" in string. Did you find any solution for it?
Sorry, something went wrong.
No. I changed my scanner to serial mode.
This seems like a duplicate of #73
No branches or pull requests
Hi,
First time user of HidLibrary.
I followed the simple example. My OnReport method gets called continuously and report.Data is always and empty byte[8].
My device is a barcode scanner which works as a HID keyboard. When I have notepad open the scanner outputs to USB so I'm assuming it's working.
I should be replacing ReadReport(OnReport) with a call to Read after the scanner has scanned? Is it possible it just isn't supported?
The text was updated successfully, but these errors were encountered: