You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off all, thank you for creating this library, its been very helpful.
I am integrating my WPF application with a 2D barcode scanner.
I am scanning 2D barcodes off of CACs. For most of the cards it will take 2 (64 byte) HID reports to fully read the data.
When I attempt to use HIDLibrary (or just ReadFile() in a dumded down simple console app), I get a valid HID report, exactly as the vendor documentation specifies, but its the second HID report. I never get the first HID report.
When I scan a barcode into Notepad++, all of the data appears as expected. I cannot leverage this however because in some cases the data is not ASCII characters. I need to use HIDLibrary. What I am doing wrong?
The text was updated successfully, but these errors were encountered:
First off all, thank you for creating this library, its been very helpful.
I am integrating my WPF application with a 2D barcode scanner.
I am scanning 2D barcodes off of CACs. For most of the cards it will take 2 (64 byte) HID reports to fully read the data.
When I attempt to use HIDLibrary (or just ReadFile() in a dumded down simple console app), I get a valid HID report, exactly as the vendor documentation specifies, but its the second HID report. I never get the first HID report.
When I scan a barcode into Notepad++, all of the data appears as expected. I cannot leverage this however because in some cases the data is not ASCII characters. I need to use HIDLibrary. What I am doing wrong?
The text was updated successfully, but these errors were encountered: