Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!cbmvax!vu-vlsi!dsinc!syd From: syd@DSI.COM (Syd Weinstein) Newsgroups: comp.lang.postscript Subject: Re: every fourth output missing Keywords: every postscript output missing Message-ID: <1989Oct13.022355.21282@DSI.COM> Date: 13 Oct 89 02:23:55 GMT References: <370@timer1.UUCP> <1595@dukeac.UUCP> Reply-To: syd@DSI.COM Organization: Datacomp Systems, Inc. Huntingdon Valley, PA Lines: 31 klg@dukeac.UUCP (Kim Greer) writes: :In article <370@timer1.UUCP> fritz@timer1.UUCP (fritz) writes: :>I SUSPECT that an error occurs every fourth file and that the printer, :>an NEC LC-890, dumps its buffer and reads until an EOF. For large : I have noticed this very same type of thing with the same printer, :*after* I tried switching from 4800 baud to 9600 (but still without xon/xoff :alas). Several "pages" in the same file (these were grayscale images :coming from stdio into lpr) would fail to print, but if split up and printed :a minute or so apart would do just fine. My "solution": put a "sleep 30" :in a shell script wrapper to give each image time to finish before :the next set would come along. This "works" in that overall print :time is still less than at 4800 baud. BTW: I have had no problems that :I know of with character (and simple graphics) oriented output. What you need to do is teach you spooler to wait for the 'IDLE' acknowledge to a status query before sending the next job. Postscript printers don't like the jobs coming in back to back like that. They loose info when they do a end of job reset. (Especially true for the LC890). The status query is control-t, and it will reply in ascii the status of the printer (just like what is displayed on the lcd on the front of the lc890). Just poll it every 5 seconds or so after the job has been sent and that will tell you exactly how long to wait. We send our lc890 the output at 19200 and it does fine this way, and 19200 is noticably faster than 9600 for us also. -- ===================================================================== Sydney S. Weinstein, CDP, CCP Elm Coordinator Datacomp Systems, Inc. Voice: (215) 947-9900 syd@DSI.COM or {bpa,vu-vlsi}!dsinc!syd FAX: (215) 938-0235