zebra-printers

GC420t Zebra Printer Calibration Issue

╄→гoц情女王★ 提交于 2019-12-24 14:23:37
问题 I alternately use 2 different sizes of label in my work (Barcode and Price Tag), I had a TLP2844 Zebra Printer and when changing the labels it calibrated automaticly to the rigth size of label( was fine), now i have a GC420t Zebra Printer and i cant calibrate it (i can calibrate it to only 1 size), if a change the label, it prints like having the old size (Dont calibrate automaticly), is this cant be done anymore? I apreciate you could help me. PD: I still have the TLP2844 Working fine, the

Print ZPL to Zebra Printer via C#.NET

眉间皱痕 提交于 2019-12-24 09:25:56
问题 I am working on building a website that will print ZPL code to a Zebra printer "140XiIII". The specifics are as follows: The Printer is connected to the computer via Parallel Port. The Printer is not connected to the network. Website Administrator wished to avoid Javascript use if at all possible and instead focus on C#. I have tried using the code at .NET code to send ZPL to Zebra printers that states that it will work on any port. I run through the code and get no errors, but also nothing

Zebra LP2844 stopped responding to ZPL Commands or Files

╄→尐↘猪︶ㄣ 提交于 2019-12-23 10:27:03
问题 I sent a couple zpl files to the printer to test it and it worked fine. After that I was receiving base64 encoded zpl data from UPS and creating a file and sending it to the printer via a Java applet, and now any zpl commands or files I send to it are doing nothing. I put it in diagnostic dump mode, sent some commands, then hit feed and it just printed a list of the commands it was sent.. so they're going through at least, but it won't print them. It prints other data fine, for instance when

Print data on Zebra printer from Android via bluetooth

你说的曾经没有我的故事 提交于 2019-12-23 03:14:10
问题 I use Zebra QL320 plus printer. Fonts was loaded from Win7(sys. encoding CP1251). When I send text from Android via bluetooth to printer in russian lng: ! 0 200 200 200 1 ENCODING UTF-8 TEXT 14 0 20 80 Привет мир PRINT I have in result something like this: Привет РјРёСЂ How I can fix this? 回答1: What encoding is Russian in? Are you sending this as a String in Java? You have to form up your string with the right encoding. Try debugging the app and getting the bytes from the string you are

How to Calculate Zebra Font 0 text width?

我的梦境 提交于 2019-12-22 09:37:27
问题 Is there a way to calculate the total width of Zebra Font 0 given text? Consider the following ZPL command, **^XA^FO100,150^A030,30^FDSample Text^FS^XZ** Here both character height and width is 30 dots. I want to calculate the actual width of this text in mm. Please note that printer DPI is 300.............. 回答1: Font 0 is a variable-width font (not monospaced like some of the others), so the width of the text will depend on the text itself. One option would be to switch to a built-in

UTF-8 character not printing with Zebra printer

懵懂的女人 提交于 2019-12-22 09:16:04
问题 I am trying to print Persian character on my Zebra Z410 label printer. But for some reason it is printing ?????. The ZPL code I am sending to the printer is ^XA ^FO50,50 ^PA1,1,1,1 ^A@N,50,50,E:TT0003M_.TTF^FDعاسشاتعفثه^FS ^XZ I am using the Zebra Setup Utilities-Open communication with printer. Please Help!! 回答1: Your example above did not specify ^CI28 which would let you use UTF-8 instead of field hex. ^XA ^FO50,50 ^PA1,1,1,1 ^A@N,50,50,E:TT0003M_.TTF^CI28^FDعاسشاتعفثه^FS ^XZ Zebra Setup

Zebra printer serbian latin characters

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-21 20:14:43
问题 I have a problem with Zebra printer RW220 not printing serbian latin characters, like čćžšđ. I developed an android app which uses the printer. The printing part is based on Zebra SDK. Here's the part of the code: private byte[] getConfigLabel() { PrinterLanguage printerLanguage = printer.getPrinterControlLanguage(); byte[] configLabel = null; if (printerLanguage == PrinterLanguage.ZPL) { try { configLabel = "^XA^FO17,16^GB379,371,8^FS^FT65,255^A0N,135,134^FDTEST^FS^XZ".getBytes("UTF-8"); }

SSRS 2005 How to Print 4“ X 3” label as Portrait.. SSRS assumes Landscape

浪尽此生 提交于 2019-12-21 11:02:12
问题 I have a SSRS 2005 report form that is printing to a Zebra ZDesigner TLP 2844-Z label printer. The Interactive and Page sizes are set to 4" wide by 3" high. Since there is no paper orientation in SSRS, it is assuming this to be a landscape report when it should be a portrait thereby printing the labels sideways. The users are able to export to a PDF and print after adjusting the print settings, but the extra clicks to produce/print the pdf's are unacceptable. Is there a way to force the print

Plot an array into bitmap in C/C++ for thermal printer

北战南征 提交于 2019-12-20 05:59:15
问题 I am trying to accomplish something a bit backwards from everyone else. Given an array of sensor data, I wish to print a graph plot of it. My test bench uses a stepper motor to move the input shaft of a sensor, stop, get ADC value of sensor's voltage, repeat. My current version 0.9 bench does not have a graphical output. The proper end solution will. Currently, I have 35 data points, and I'm looking to get 90 to 100. The results are simply stored in an int array. The index is linear, so it's

Convert image to GRF format

限于喜欢 提交于 2019-12-20 02:57:24
问题 I have a Zebra Gk420t printer that allows me to make stickers and I need to print an image on them. I read that the images must be in GRF format (pure hex). Someone knows how can I convert the images to GRF format in Linux? I read about Ztools software on Windows, but nothing interesting on Linux... 回答1: Zebra provides a Java API that can convert graphics to GRF. You can use the command line interface to convert images to GRF like so : java -jar ZSDK_API.jar graphic myImage.jpeg -s