How does a change from 300 to 600 dpi change the pcl commands? Does this only impact pcl images? I have a software product that supports 300 only and I need to make changes to it to support 600 dpi.
All of your PCL files created for a 300 dpi printer
should print perfectly on a 600 dpi printer. A 600 dpi
printer can use a 600 dpi addressing scheme, but by
default is uses 300 dpi.
The resolution of graphic images is contained in the
bitmap code. If it was specified as 300 dpi in the
PCL file, it will be rendered at 300 dpi, regardless
of the printer's highest resolution.
There is no PCL command to change the dpi of the printer. But there is a PJL command for it. PJL is part of PLC but is a little diffrent.
Here is the PJL command for changing the dpi from the HP site:
----------------
Resolution
Ec%-12345X@PJL DEFAULT RESOLUTION=300, 600 or 1200 ( depending on the printer)
Ec%-12345X
NOTE: This code function is not supported on HP LaserJet 4L and 4ML printers.
NOTE: The HP LaserJet 2100, LaserJet 4000, LaserJet 5000, and LaserJet 4050 printers support 1200 dpi. The HP LaserJet 8000 and LaserJet 8100 printers support HP FastRes 1200.
----------
Basicly what you want it to look like in your program is this:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.