Sunmi L2 with Xamarin.Forms

805 Views Asked by At

I have an application in Xamarin.Forms and would like to use a built-in scanner in Sunmi L2 device to scan barcodes. Currently, I use a camera for scanning barcodes using Zxing, but I need to use the scanner because the camera is much slower for my case. Unfortunately, the documentation is only for Java, and I found this kind of app to be not popular in Xamarin.Forms. Is there any way to implement this functionality so that I could turn on the scanner from my own code without using any 3rd app and get the result within it because I have other processes related to the result?

0

There are 0 best solutions below