From: <sh...@al...> - 2000-02-06 05:13:05
|
> I just found another bug in print-escp2.c: There are two commands > to set the relative horizontal print position, a short one and > a long one: > > ESC \ nL nH > ESC ( / nL nH m1 m2m m3 m4 > > =2E.. at least this is what my spec says. The code however implements > the two commands as "ESC \" (which is correct) and "ESC ( \", > which is wrong. You know, I was just about to write a message pointing this out, but, you beat me to it. My printer simulator was written according to the 750 specs, and it barfs warning messages about unknown command ESC ( \. > There are actually three commands: > > ESC\ nl nh is the old one > ESC(\ is the one used on the EX and the like (older 1440 dpi > printers). It definitely works for me. > ESC(/ is the newest one. The docs I have for the EX/700 say that the ESC(\ command is only valid for the EX and 700. Can anyone verify if this command works with models later than these? Eric |