It seems that there currently no SDK for developing apps on WinRT/UWP using ZEBRA barcode scanner. The DS9208 for example, is not recognize by the .NET framework (again, UWP version).
Do you guys knows any alternative solutions I could use to works with the DS9208 inside a UWP app ?
Thanks in advance for your time.
UWP or WinRT SDK ? |
3 Replies
Does Zebra intend on doing anything to provide support for Zebra hardware via the Microsoft UWP framework?
Could you solve it ? i have same question
For the folks who needs to use the DS9208 (or any other Zebra scanner), the only solution to make the scanner works on UWP/WinRt is to switch to Serial emulation using the sdk app sample. Then you can filter Serial devices using the UWP/WinRT framework and get the Zebra. You'll have to check inputBuffer of the device every X seconds. There isn't DataReceived Event for Serial devices.