Forum topic
Hi, Tested in GK420t, ZTC ZD420 I came across a strange issue that FB commands are not being printed after X number of labels are completed, during a Batch succession of Single-label print. Attached…
Forum topic
Hi there, Am trying to explore the possibility of building a react JS PWA that will run on the TC57 device and allow the use of built-in scanner for scanning labels and viewing the contents on the…
Forum topic
Hello! "The Software Decode SDK for Android is supplied as a tarball file. " - Software Decode SDK for Android Developer Guide (en).pdf Where can i download Software Decode SDK for Android? Thank you
Forum topic
I need to develop an Android application that should receive barcode and RFID scans from the Zebra RFD8500 reader. I don't have an Android Zebra device, just a regular Android. Can i use DataWedge…
Forum topic
Hi All, I have some QLn2020 printers with Software FW Version D68.20.15Z that connects via Weblink to a service hosted on a Windows Server. All has been working fine until we disabled TLS v1.0 and…
Forum topic
With the reference to previous post: https://developer.zebra.com/forum/26013 - we have implemented the clear buffer, and our responses are coming properly in line - however our speed is still quite…
Forum topic
Hi, I need some suggestions. Here the environment, I do have a ZQ510 printer connected to an android terminal. Currently I feed the printer with a CPCL file embedded in the android app in order to…
Forum topic
Hi, I need to print large amount of contents in a QR code (Total about 3135 characters in a QR code). When i scan the printed QR code, it only display up to 2757 characters only and the remaining…
Forum topic
What is the simpliest work with the DataWedge in C# in Android? I am trying to start up datawedge: DWedge= new Intent(); DWedge.SetPackage("com.symbol.datawedge"); StartActivityForResult(DWedge…