home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / TermII / English / Documentation / XCMDLaser.doc < prev    next >
Text File  |  1991-12-22  |  2KB  |  58 lines

  1. June 21st 1991
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                     Term II
  14.  
  15.                                   version 1.1
  16.  
  17.                          (c) 1990,1991 - Eric GONTIER
  18.  
  19.                                  XCMDLaser.doc
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.             XCMDLaser is a small XCMD for download postscript files to an
  29.             Apple Laser Writer. Sources in C are included (see directory
  30.             "XCMD Examples").
  31.  
  32.             Be sure that the serial device is properly initialized (default
  33.             values for the Apple Laser Writer II are 7 bits, parity space,
  34.             9600 baud). In term.config, the F10 has been configured to
  35.             start XCMDLaser with the help of an ARexx program. If you are
  36.             not using the same configuration file, you might have to start
  37.             XCMDLaser from the CLI by typing the command "xcmdlaser".
  38.  
  39.             You are then offer a multi-select file requesters. With it, you
  40.             can select all the PostScript files you want to download. A
  41.             STOP button allow you to cancel the download.
  42.  
  43.             I do not know if this program can be used with other PostScript
  44.             laser printers. I am using the following functions of the Laser
  45.             Writer :
  46.  
  47.                 - a ^C can be send to the printer to stop a job
  48.                 - a ^D must be send at the end of each file. The Laser
  49.                 Writer returns a ^D when it is ready to process the next
  50.                 file.
  51.  
  52.             Errors returned by the printer will be printed in Term II
  53.             window. You can also ask for the current status of the printer
  54.             by typing ^T in the Term II window (even if a download is in
  55.             progress !). However, be aware that by typing any other
  56.             characters while dowloading, you will probably introduce syntax
  57.             errors in the PostScript program !
  58.