Forum topic
Trying the Zebra.Printer.SDK in a .net framework 4.7 project it works fine with version 2.15.2634 but in a .net core 2.2 application using the .net standard 2.0 version of the nuget package no…
Forum topic
How can I configure the scanner settings of the EMDK to enable the scanner to read more than one barcode at a time?
Forum topic
Dear All; Any one can helping to connect RFD8500 barcode scanner with Sample SDK C#; Anyway i'll allready follow the instruction in Zebra RFD SDK User Guide. The attachment show step by step…
Forum topic
Greetings Acctually, we have an LBL file that have some fields. We want an application running in c# that can populate those fields and then realize the print of the file mentioned. At this moment,…
Forum topic
I am using Zebra SDK v2.15.2634 to develop Xamarin.Android application. It looks good until I try to execute following line: var btAddress = "48:A4:93:89:63:97";…
Forum topic
Dear Zebra We are testing Zebra DS2208 scanner and we are trying to use our own developed app which is currently working with few devices. As far, as we know our app written for UWP requires device…
Forum topic
Hello, I am creating a windows form application and I want to set an alignment of a printer based on the command given by zebra support. ^XA^MFN,F^JUS^XZ ^XA^SS,,,1674^JUS^XZ I am using PrinterUtil.…
Forum topic
I have my printer connected via USB and verified my connection from the zebra printer utility app. I am using attached code to find the connected printer but I keep getting error (attached). Visual…
Forum topic
I created an application that will monitor for statuses. what I did is I loop through PrinterStatus printerStatus = printer.GetCurrentStatus() . I noticed that the led light on the printer keeps…
Forum topic
Hi, Is there any other way on how we can get the symbolic name by using the printer name? and I am using UsbConnection. thank you