VoltechMark
Programmer
I have developed print capability on a product at work and it seems to work well with many printers. I have developed it using PCL5 and it seems to work well on PCL5 printers, but we have recently tested it on some PCL3 inkjets and it does not print.
We generate a chunk of ascii text and sandwich it between a header and a footer that contains some PCL and PJL commands. (See below)
ESC%-12345X
@PJL ENTER LANGUAGE = PCL\x0D\x0A
ESC\x45
ASCII text
\x0C
ESC\x45
ESC%-12345X
As I said, this seems to work fine on PCL5 printers, but does not work on PCL3 printers.
Any ideas?
We generate a chunk of ascii text and sandwich it between a header and a footer that contains some PCL and PJL commands. (See below)
ESC%-12345X
@PJL ENTER LANGUAGE = PCL\x0D\x0A
ESC\x45
ASCII text
\x0C
ESC\x45
ESC%-12345X
As I said, this seems to work fine on PCL5 printers, but does not work on PCL3 printers.
Any ideas?