Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!chinacat!woody From: woody@chinacat.unicom.com (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: setrealdevice ? Keywords: operator, unknown, what Message-ID: <1991Jun16.034453.27933@chinacat.unicom.com> Date: 16 Jun 91 03:44:53 GMT References: <629@appserv.Eng.Sun.COM> Organization: a guest of Unicom Systems Development, Austin Lines: 24 In article <629@appserv.Eng.Sun.COM> henry@angel.Eng.Sun.COM (Henry McGilton) writes: >We just got some POstScript code from somewhere that contains >a `setrealdevice' operator. It's not in any manual I have, >nor in any printer supplement. Anybody have any ideas? Nope. It lives in either serverdict or statusdict. It explicitly sets up some hardware things. You can find it's definition by connecting serialy to the printer, running a communication program, and typeing in executive and hit return. You should see a prompt PS> AT this point, type in serverdict begin statusdict begin /serverdict load {== ==} forall BEFORE you hit return, make sure your ascii screen capture is turned on. after you hit return, the contents of serverdict will be dumped. repeat the same step for statusdict. Look through those, and you will find the setrealdevice operator and it's definition. This works for most printers. Cheers Woody