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…
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…
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,…
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";…
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…
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.…
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…
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…