Hello,
I tried to compile my Xamarin EMDK3 based app (developed on VS2017) running on a TC20 with Visual Studio 2019 RC and it compiles and deploys but on the device it crashes at startup of the…
Hi, I have a web application using the .NET SDK for printing labels. Currently I have a printer connected directly by USB to the server and I can print using the .NET SDK without problems using the…
How to get MAC address info from embedded c?
Code:
void SystemInfo(){ RFID_HANDLE32 readerManagementHandle; RFID_STATUS rfidStatus = RFID_API_SUCCESS; LOGIN_INFO loginInfo; READER_TYPE readerType =…
Context on my Use Case : I need to scan a bar code and on each scan I make a network call to fetch some details. I am using 2 variants of the app - one with datawedge and another with EMDK.
Problem:…
Hello All,
I have run into a problem before, which is different on every single piece of hardware, where the camera interferes with the 2D barcode scanner and vice versa. It has been explained to me…
Hello all,
I was wondering, is there a way to retrieve the raw image from the 2D barcode scanner each time it is triggered to read a barcode? I understand this image may be black and white, low…
I have several TC8000, I'm attempting to get them all configured with EHS. However, since I loaded EHS, my browser is no longer processing one of my pages properly. This is a custom built…
my TC51 using Android API 26
1. I already added AndroidManifest.xml
2. also added code to my activity
try {
System.out.println("Looking for Printer"); BluetoothDiscoverer.…