home *** CD-ROM | disk | FTP | other *** search
- % This file is used to properly set up a PostScript printer to work with
- % RIO over a serial connection through either COM1 or COM2.
- % It will configure the printer for 9600 baud operation using DTR
- % handshaking. You will need to set up your computer using the MODE
- % command. Refer to the Preliminary Setup portion of Appendix E for the
- % PostScript printers to do this.
- 000
- statusdict begin 25 sccbatch 4 ne exch 9600 ne or {serverdict begin
- exitserver} {pop end stop}ifelse statusdict begin
- 25 9600 4 setsccbatch
- end
-