I'm attempting to get the printer's status by issuing a HTTP POST in PowerShell:$ZPL = '~HS'
Invoke-WebRequest -Uri 'http://192.168.1.209/pstprnt' -Method Post -Body $ZPLWhile the response is 200,…
I'm using PowerShell to send ZPL to a ZD421. Sending the ZPL works correctly, but I'm unable to get a response ($reader.ReadToEnd() line).Here's the code:function Out-ZplPrinter {
param…
Hi,I am developing a label printing application using the Zebra.Printing.Sdk nuget package to connect to my ZD421 printers. The SDK is compiled for .net8.0-windows10.0.19041, could anyone identify…
Hello, I am trying to generate ZPL from image. But this is very difficult.oes Link OS provide a function to convert images to ZPL?When I have looked at the website, there is a place that converted…
Hello,I can't print cards with portrait orientation with Zebra ZXP series 7 device.Only way i see in sdk doc, ZMotifGraphics.ImageOrientationEnum should be setted while initialiazing graphics…
I want to print some card templates using code. I've tried copying the example code from the SDK documentation, but it just doesn't work.Here's an example of the code I've tried. The code is supposed…
Hi.I've been chasing a nasty heap corruption bug for a while and I think I finally found the culprit in Zebra.Sdk.Comm.Usb.Direct.Internal.UsbDataStream.BeginRead.Using WinDbg's !verifyheap command I…
I am searching for an example C# .NET MAUI (can be limited to Android) app to print ZPL/EPL codes to a ZSB-DP12 printer. It does not appear that LINK-OS SDK supports this model. Any…
Can someone give us a hint on what SDK/API we should look at to print receipts/labels with C# code to a ZD421. There seem to be different APIs and we cannot understand which to use. Preferably net7.0…