C
Chapman Flack
Julian said:I tried this on an HP printer and it worked.
$ telnet xxx.xx.xx.xx 9100
Trying xxx.xx.xx.xx...
Connected to xxx.xx.xx.xx.
Escape character is '^]'.
executive
This brought up a banner with identification, copyright, and PS version
number. But when I tried it on the Xerox Phaser 3500, it did not work.
...
terminal. Instead, the 3500 printed out a page with the word
"executive" on it.
Looks as though the 3500 is configured for printer-language autoselect
on the AppSocket port. That is, it probably looks at the first two
incoming characters and if they are %! it fires up the PS interpreter,
otherwise it assumes PCL and your characters just get printed (except
for PCL escape sequences).
You could try a couple of things. One would be to telnet to port 9100
again, type %! as the first two characters, a newline, *then*
executive.
It might not work though if the telnet client sends any bytes as part
of
telnet protocol so the %! are not really first (Kermit would work in
that
case). The easier way is probably to go to the printer front panel
network config menu and set the AppSocket page language to PS only.
-Chap