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…
The current version of the documentation for the .NET Zebra SDK seems to be pointing to v2.14.1989 (.NET 4.7), while the latest version is 2.15.2634 (.NET Standard 2.0). There seems to some changes…
Hello,
We are using ZD500R, R110Xi4 and ZT410R. We have an issue while encoding RFID code which size is more than 96 bits on R110Xi4. We are using the next command to add RFID code to zpl code: "^RFW…
Hello,
I'm looking for right way to print some zpl code using Link-OS .Net. I want to make calibration using "^XA^HR^JUS^XZ" command and then send to printing other zpl code. How to wait for a…
I am trying to print either raw ZPL or a PRN file to my USB connected Zebra printer via c# in .net Core. I can print text to it using the PrintDocument class provided in System.Drawing.Printing. I…
I would like request the sample code for the inventory of reading EPC tags using RFID FX7500 model. My professional language is C# and .NET. So, is there any documents for variables or parameters for…
VB.Net Zebra Link-OS SDK printing Barcodes print fine on my development box. Deployed code throws an Object Reference error when calling the Print method. Used NuGet. Included the support files…