250 pts.
 Barcode Printing
I've written a program that prints barcode labels to my HP 1060 laserprinter which is locally attached to my pc use the DOT4_001 port. I also have a Zebra LP 2844 label printer attahced using the USB001 port.

The label prints fine go to the HP 1060 printer, but it doesn't print anything when I send it to the LP 2844 printer. Not even an error. Please point me in the right direction.

I'm using BosaNova TCP/IP emulation version 7.12.

 

Thank You,

Douglas L McDuffie

 



Software/Hardware used:
AS400
ASKED: December 2, 2009  2:49 PM
UPDATED: December 3, 2009  5:59 PM

Answer Wiki:
It's rather hard to determine what you are doing but generally the label printers require special programming which is totally different from the code to print on a laser printer. Most often these are driven through custom software like T.L. Ashford but perhaps you knew that. Phil
Last Wiki Answer Submitted:  December 3, 2009  3:56 am  by  philpl1jb   44,190 pts.
All Answer Wiki Contributors:  philpl1jb   44,190 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Zebra bar code printers, as well as most other bar code printers, have their own print language. I think its known as ZPL for Zebra printers. In a former life I developed the program to print to a Zebra. We wrote the ZPL commands and text to a generic AS/400 print file then sent it to the Zebra printer just like any other spool file. The key is getting the ZPL commands right. T.L Ashford takes care of all of this for you. Of course, you can do it yourself with a little studying of the ZPL manual but it will take a while. Its a bit tedious doing it manually. However, if your label format seldom changes, it might be worth the effort.

 5,525 pts.

 

Thank You, DLM

 250 pts.