Forum topic
I'm using the .net sdk and my code seems to be working fine for most of our printers. We have about 25 printers, but with 2 of them I'm getting this error: Malformed status response - unable to…
Forum topic
I am using this code. It seems to send something to the printing, but nothing is happening. // BrowserPrint for Zebra Printer BrowserPrint.getDefaultDevice('printer', function(printer) {  …
Forum topic
I am unable to encode to a mag stripe using the pass-through mag encoding commands on a ZXP Series 8 printer. However, the a ZXP Series 7 printer works fine. Are the starting sentinel and ending…
Forum topic
Guys this subject does not seem to be resolved.  1. When will you support an API for this platform 2. What label printers are supported in win 10 with a UWP application and how?
Forum topic
We are seeing an issue where the Scanner API will see a paired Zebra Bluetooth printer as a connectable Scanner. An attempt to connect with this device causes the printer to feed paper, and leaves it…
Forum topic
I have an input field with scanner-enabled attribute as true, when the user focus is on this input field the scanner works and able to scan the barcode. But i have a requirement where i need to…
Forum topic
Hello, I created a label template in Zebra Designer to be able to quickly print out a specific label (MAT-Label 70x48) with Data Matrix code as variable bar code data. The problem I encountered is…
Forum topic
Is the UPS LP2844 printer compatible w/ Browser Print? My LP2844 is connected via USB. It can successfully print TEST labels from the print properties via Devices and Printers. The Zebra Browser…
Forum topic
I'm trying to get the status of a zd410 prior to sending the print data however it seems to be taking anywhere from 5 seconds to 10 seconds to return.  When using the serial port this normally…
Forum topic
Hi, Im trying to print a image using java examples code. This is the java code:     private void sendImageToPrint(boolean shouldStoreImage, String storePath) {    …