home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m471 / 7.ddi / EXE / PRNSETUP.PS
Encoding:
Text File  |  1988-04-18  |  535 b   |  12 lines

  1. % This file is used to properly set up a PostScript printer to work with
  2. % RIO over a serial connection through either COM1 or COM2.
  3. % It will configure the printer for 9600 baud operation using DTR
  4. % handshaking.  You will need to set up your computer using the MODE
  5. % command.  Refer to the Preliminary Setup portion of Appendix E for the
  6. % PostScript printers to do this.
  7. 000
  8. statusdict begin 25 sccbatch 4 ne exch 9600 ne or {serverdict begin
  9. exitserver} {pop end stop}ifelse statusdict begin
  10. 25 9600 4 setsccbatch
  11. end
  12.