Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!chinacat!woody From: woody@chinacat.Unicom.COM (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: ps/eps, Level II, Error stream Summary: Yes there may be Message-ID: <1509@chinacat.Unicom.COM> Date: 28 Aug 90 00:40:12 GMT References: <2782@acorn.co.uk> <1498@chinacat.Unicom.COM> <1749@hugo.erbe.se> Organization: a guest of Unicom Systems Development, Austin Lines: 24 In article <1749@hugo.erbe.se>, prc@erbe.se (Robert Claeson) writes: > In a recent article woody@chinacat.Unicom.COM (Woody Baker @ Eagle Signal) writes: > > >Under centronics mode, the returned error message go out the 9 pin > > Is there any way to change the port the error messages are sent to? In the serverdict there is generaly a procedure known as switchopen or something similar. In interactive mode i.e. over the 25pin serial link, type in executie. This will get you to the interactive mode. Then, do the following: turn on your ascii capture option and do /serverdict load {== ==} forall You will be looking for an executable array of procedures. There is one for each switch setting. You will find that entry 4 is the centronics setup code. In it, there is an explicit open of the 9 pin port. If you copy this code, and then change the ref from 9 pin to the 25 pin port, and execute it , it might work. Just a thought. Cheers Woody