Path: utzoo!utgpu!water!watmath!watdcsu!dsnow From: dsnow@watdcsu.waterloo.edu (Doug Snow) Newsgroups: comp.lang.postscript Subject: Re: How Can I Un-Do WordPerfect LaserWriter Set-Up? Message-ID: <4592@watdcsu.waterloo.edu> Date: 1 Apr 88 20:19:41 GMT References: <1714@devvax.JPL.NASA.GOV> Reply-To: dsnow@watdcsu.waterloo.edu (Doug Snow) Organization: Arts Computing Office, University of Waterloo. Lines: 41 In article <1714@devvax.JPL.NASA.GOV> dean@devvax.JPL.NASA.GOV (Dean Okamura) writes: >Is there a simple way to un-do the WordPerfect set-up that remains even >when the power is recycled on a LaserWriter? >We have a LaserWriter that cannot print output from the Mac which was >previously hooked up to a PC running WordPerfect. > >As far as I can tell, the "offending command" is: > > 25 9600 7 setsccbatch > >Note: I copied the 7 from the WordPerfect PostScript. The LaserWriter >documentation states that the parity values range from 0 to 3. The >WordPerfect comments claim that this results in no parity. How are you printing from the Mac, via appletalk? If so, where is the switch pointing? The 7 in the above statusdict routine just changes the 25 pin channel to do NoParity, DTR flow control. A 3 means NoParity, Xon/Xoff flow control. You could back the whole thing to the original state of even-Xon/Xoff by executing the following.. servdict begin 0 exitserver statusdict begin 25 9600 2 setsccbatch end But I'll bet dollars to donuts it has no effect on data streams presented by appletalk to the 9 pin appletalk connector. Something else is wrong. We have a slew of lasers with both WP and Apple Users switching among the two modes.. the machines have all been set to Noparity (8 bits of data is important). Send mail if you still have trouble. Doug Snow, ACO, University of Waterloo, Waterloo, Ontario. dsnow@{watdcsu||watpix}.UWaterloo.EDU ...!watmath!watdcsu!dsnow dougsnow@watdcs.NETNORTH dsnow@wataco.BITNET doug@artspas.watstar.waterloo.EDU