Hi, I am quite experienced in PCL programming though I have come up against a problem which is probably easy to resolve once you know what you're looking for. I have just bought a HP9000 Duplex printer and can print through Windows in duplex, but printing through the ESC codes, I cant get the printer to print duplex.
When I send the command at the start of the code to print my duplex document, do I send a feed$ after each side, after both sides are sent? If I send a feed after page one and page two I get two pages printed, front and back, if I send only one feed after the second page I get both sides on the same page. Is there a command I am missing?
I didn't get a manual with the machine so don't know if I am missing an important ESC code other than ESC&l1S.
E$= esc
lprint e$;"E";e$;"&l1O"; ' reset/portrait
lprint e$;"&l0L"; ' disable perf skip
lprint e$;"&l0E"; ' set top margin to 0
lprint e$;"&l1X"; ' copies
lprint e$;"&l1S"; ' duplex
When I send the command at the start of the code to print my duplex document, do I send a feed$ after each side, after both sides are sent? If I send a feed after page one and page two I get two pages printed, front and back, if I send only one feed after the second page I get both sides on the same page. Is there a command I am missing?
I didn't get a manual with the machine so don't know if I am missing an important ESC code other than ESC&l1S.
E$= esc
lprint e$;"E";e$;"&l1O"; ' reset/portrait
lprint e$;"&l0L"; ' disable perf skip
lprint e$;"&l0E"; ' set top margin to 0
lprint e$;"&l1X"; ' copies
lprint e$;"&l1S"; ' duplex