zebra-printers

^RFR,^FN1,^HV1 not sending output to computer

笑着哭i 提交于 2021-02-11 12:53:26
问题 I'm attempting to read the TID bank of the current (Class 1 Generation 2) RFID tag sitting under the print-head in a Zebra RZ400 (running the latest firmware V53.17.22Z). I'm connected via USB. I'm using the "Direct Communication" program in the Zebra Setup Utilities tool. This is my program, annotated: ^XA Start program ^RS8 Set RFID mode to Class 1 Gen 2 ^RFR,H,0,8,2 Read the first 8 bytes of the TID bank as a Hexadecimal string ^FN1 Store the data into Memory Field #1 ^FS End Field ^HV1,

^RFR,^FN1,^HV1 not sending output to computer

拥有回忆 提交于 2021-02-11 12:53:04
问题 I'm attempting to read the TID bank of the current (Class 1 Generation 2) RFID tag sitting under the print-head in a Zebra RZ400 (running the latest firmware V53.17.22Z). I'm connected via USB. I'm using the "Direct Communication" program in the Zebra Setup Utilities tool. This is my program, annotated: ^XA Start program ^RS8 Set RFID mode to Class 1 Gen 2 ^RFR,H,0,8,2 Read the first 8 bytes of the TID bank as a Hexadecimal string ^FN1 Store the data into Memory Field #1 ^FS End Field ^HV1,

Print To Zebra Printer TLP 3842

梦想的初衷 提交于 2021-01-29 11:12:20
问题 How can I print to Zebra Printer TLP 3842 using EPL Programming? The printer doesn't support Zebra Printer Language (ZPL) and I am using PrintDocument(). I been on this problem for two weeks and can't figure it out. This what I have so far in my code, that actually runs the printer: private System.ComponentModel.Container Components; private System.Windows.Forms.Button PrintButton; private Font PrintFont; private StreamReader StreamToPrint; private void PrintButton_Click(Object Sender,

ZPL How to Center Barcode (Code 128)

我的梦境 提交于 2020-12-29 09:33:11
问题 i'd like to know how to center barcode code 128. on the picture you should see that it is right now left justified. my zpl: ^XA ^LH10,10 ^FO0,0^XGE:SWESE001.GRF^FS ^FO440,0^XGE:SWESE000.GRF^FS ^FO0,70^FB550,50,0,C,0^AQN,25,30^FDSpraynozzle 50mm^FS ^FO0,130^BY2^BCN,30,Y,Y,N,N^FDS/N:941001-0114-0001^FS ^FO180,170^AQN,23,20^FDwww.swepro.com^FS ^XZ 回答1: I'm posting my solution in case someone is looking for it. As E_S mentions, in order to center a barcode in a label you have to calculate it by