Honeywell EDA51 - Scan barcode from Xamarin Forms app

935 views Asked by At

I am working on Xamarin Forms app that should be deployed on Honeywell EDA51. I never used something like this (honeywell eda51) and not really sure how to scan barcode with it. Do I need some extra Nuget packages or something else to install? Want to have two ways On certain page, when you scan barcode it should be written in text field (First some preprocessing) and second functionality should be after click on certain button you should scan multiple barcodes and store them in list. If I knew how to register scanner input and use it in app I think that I would be able to do both things

1

There are 1 answers

0
user17017579 On

Honeywell provides some SDKs for Xamarin. You can go to https://hsmftp.honeywell.com/en and find them in the Software -> Software and Tools -> Developer Library -> SDKs for Xamarin. You may want to try the Honeywell-Xamarin-Scanning-SDK-v1.35.00.0044.zip package. It contains a short documentation and a NuGet package.

However, you need to register and use the Honeywell Dowlnoad Manager (can be found on the same place) to download the package.

Honeywell Download page