hi,
know which escape sequence tell to printer the right
CPI, is not an AIX problem: the sequence is OS indipendent.
Thr problem for AIX may be how to send that sequence to printer, but we dont know them.
You can discover it, from your printer docum.s or by Google
You say "my Operator only has to look in one place" :
probably in that printer come out other report; from
where ? probably from Windows env.
If this is true, you have almost other 2 strategies to
acheive results:
1) use Windows shared printer from AIX
2) discover by Windows the sequence
For (1) see faq52-3563
For (2) make the follow :
Using Wordpad (no Word or Notepad) create a simple 1-row document, and write inside eg. ABCDE
choose Page setup and choose CPI = x , then Print, but
click "Print to file" before press OK; the system will prompt you filename, and choose try_x.prn
Repeat for CPI=x and name file try_y.prn, ecc.
Open these files using Wordpad or Word, and look for
differences in them: probably you can find the specific
command to set CPI for the printer; you can discover other important commands that you can use from AIX, using
pre filters in printers or embendig them in the file
cat Head YourFile Tail > NewFile
enq -P PrinTronix NewFile
bye