[comp.sys.apollo] stty on /dev/sio? + Transcript

gyp@ccadfa.adfa.oz.au (Patrick Tang Guan Yaw) (02/21/90)

# /dev/lw is hard link to /dev/sio1 
# PostScript printer driven by TranScript software
# PostScript and TranScript are trademarks of Adobe Systems Incorporated
#lw|ps|postscript|PostScript:\
	:lp=/dev/lw:sd=/usr/spool/lw:\
	:lf=/usr/adm/lw-log:af=/usr/adm/lw.acct:\
	:br#9600:rw:fc#0000374:fs#0000003:xc#0:xs#0040040:mx#0:sf:sb:sh:\
	:if=/usr/local/lib/ps/psif:\
	:of=/usr/local/lib/ps/psof:gf=/usr/local/lib/ps/psgf:\
	:nf=/usr/local/lib/ps/psnf:tf=/usr/local/lib/ps/pstf:\
	:rf=/usr/local/lib/ps/psrf:vf=/usr/local/lib/ps/psvf:\
	:cf=/usr/local/lib/ps/pscf:df=/usr/local/lib/ps/psdf:

I have the following configuration under SR10.2, BSD4.3.  This comes
from the installation of Transcript.  However, when I perform

	% enscript -2rG -Plw types.h

The LaserWriter Plus flush ONLY ONCE.  So I perform 

	% lpq -Plw

well, the job is queued, but there is message,

	Printer Error: Need attention, not responding after x minutes.

So I look at the line setting (/dev/sio1)

	% stty everything < /dev/sio1

and it tells me the baud rate is 38400 plus a lot of other lies (I
think), so I use 

	% stty speed 9600 baud > /dev/sio1

hoping to set it to the right baud rate, but NOT changed.  So I use
emt, which is ok because emt change it for me but when I get back
to emt after getting out of it, all the changes have been lost!!!
Help!!

Thanks again.