Forum topic
Hello Zebra Team,We are using Savanna API with SendFileToPrinter API to print labels and it's known that the maximum frequency of calls is 5 / sec, however, we couldn't find the limit of devices that…
Forum topic
I am currently working on integrating a ZT231R printer with my web application. The issue is that we need the server to send the print jobs to the printer so BrowserPrint is not an option.…
Forum topic
Hello,I am experiencing an issue with a ZC350 printer using the ZC Printer SDK (SDK_PC-.NET-Card_v3.01.332). When attempting to print a template that includes a QRCode element, I receive the…
Forum topic
Hello everyone,I am working with a LI4278.The reference guide has a barcode for sending batch data when LI4278 is in the standard batch mode (page 4-32). I am searching for a way to trigger this…
Forum topic
Hello Forum peopleHas anyone experienced the "malformed response" error from printer status checking as per the code below..?ZebraPrinter printer = ZebraPrinterFactory.getLinkOsPrinter(connection);…
Forum topic
Currently, I am engaged in the development of an Android app utilizing .NET Maui.However, I am encountering an issue with my Zebra ZQ320 Plus printer, which is currently running Link OS.The problem…
Forum topic
Hi all,Newbie here for developing with Zebra mobile receipt printers.I am looking for some clarification as Zebra support didn't provide it.I have an app in Windows Forms C# .NET which needs to print…
Forum topic
Can we get zone data from ATR7000 series, using LLRP connect. If yes, how to enable it, cause the ReadEventData.TagData.TagZoneInfo is null in tag read event by default, I am able to get…
Forum topic
Hey there guys!I have been trying to develop an Android application to read SmartTap Passes from both Google Wallet and Apple Wallet. I'm using the device TC22 alongside the VAS SDK from Zebra itself…
Forum topic
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,…