I need to create a Xamarin Application that allows to scan a barcode using MC9300 mobile terminal scanner.
I know that i can configure the scanner to send scanned code to a text control, and from here, do whatever i want, but i need to receive the scanned code even if the focus aren't on the textbox control...
is this possible? can you share me an example?
Regards!
2 Replies
I'd recommend taking a look at our DataWedge Product Page / Docs: https://developer.zebra.com/products/enterprise-mobile-computing/datawe…
You can use the intent API to receive scan data in your application
Thanks James... i'm going to check it...
Regards!