Zebra DataWedge or EMDK on dotNet Maui

1.9k Views Asked by At

Using a dotnet maui project im trying to scan barcodes with a zebra MC33 is there any tips or Sdk's that I can use ? ( without focusing an input please )

I did try a DW Xamarin zebra scan prject and it was pretty what i wanted but when i tried importing the file to my maui project i failed so here we are

3

There are 3 best solutions below

3
Andy On

There is a sample project from Venkata Vimjam on GitHub. I tried it on a Zebra tc21 and it works. Never got it to run like it is described on the zebra documentation for Xamarin. That's the Link: https://github.com/vvimjam/MAUIZebraDataWedge

0
Andy On

I made a small app with Intends based on the Demo Maui app and a zebra sample app. It works with the TC21 and is written in .Net6 Maui.

https://github.com/abeginnDev/ZebraDatawegeSampleMaui

The small Project is based on: https://pietromaggi.com/2018/07/07/xamarin.forms--freshmvvm--datawedge/

0
Shift On

I've created barcodescan application by using DataWedge on .net MAUI. You can build it without EMDK.