home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / PCACHE23.ZIP / GOODIES / README.TOO < prev   
Encoding:
Text File  |  1990-05-25  |  11.9 KB  |  270 lines

  1. May 25, 1990
  2.  
  3.                          PrintCache \GOODIES README
  4.                          ---------------------------
  5.  
  6. In this sub-directory you'll find a collection of utilities and files that
  7. are not essential for using PrintCache, but which might come in handy.
  8.  
  9. Below, you'll find a brief description of each. Those utilities that require
  10. a more complete description have additional documentation following the
  11. summary below.
  12.  
  13.  
  14. GOODIES FOR EVERYBODY
  15. ---------------------
  16.  
  17.                o PCMENU.COM -- This is a non-pop-up version of the
  18.                  PrintCache pop-up menu. It is included for those of you
  19.                  who would like to run PrintCache in the "/Small" mode
  20.                  (which disables the pop-up menu). Run PCMENU just like any
  21.                  other DOS program.
  22.  
  23.                o NULLCABL.DOC -- This file shows the wiring diagram for a
  24.                  null modem cable (the kind most often used to connect a
  25.                  serial LaserJet or PostScript printer to a PC).
  26.  
  27.  
  28. GOODIES FOR LASERJET USERS
  29. --------------------------
  30.  
  31.                o CABLTEST.EXE -- This utility is included to help diagnose
  32.                  problems with flaky cables. A more detailed description
  33.                  follows this section.
  34.  
  35. GOODIES FOR POSTSCRIPT USERS
  36. ----------------------------
  37.  
  38.                o GENERAL TIPS -- hooking up a PostScript printer to your PC
  39.                  can be a bit frustrating. You'll find some tips from our
  40.                  support staff in this file.
  41.  
  42.                o EHANDLER.PS  -- This is Adobe's PostScript error handler.
  43.                  It can be very helpful in diagnosing communications problems
  44.                  with PostScript printers by ejecting a sheet with a printed
  45.                  error message any time an error occurs. (Normally, errors
  46.                  just cause the printer to "flush" the print job and no
  47.                  page is printed at all -- which can be a bit mysterious.)
  48.                  More details follow.
  49.  
  50.                o PRINTPS.PS -- This utility prints out information on the
  51.                  PostScript printer's internal settings. It is most helpful
  52.                  if you are not sure of your printer's serial port settings.
  53.                  More details follow.
  54.  
  55.                o DOWNLOAD.EXE -- A replacement for the Adobe font downloader
  56.                  that allows you to download fonts to parallel printers, or
  57.                  printers set for high speed baud rates. More details follow.
  58.  
  59.  
  60.  
  61. LASERJET CABLE TEST UTILITY
  62. ---------------------------
  63.  
  64. There is a program on your disk called CABLTEST.EXE, which is designed
  65. to test the ability of your printer port and cable to transfer data to
  66. your HP LaserJet printer. It will print a grid on your LaserJet. A flaky
  67. cable will have a tough time printing the grid correctly. A good cable
  68. will have no problem.
  69.  
  70. The usage of this program if you are testing a parallel port is:
  71.  
  72.        CABLTEST port
  73.  
  74. where the port is: lpt1, lpt2, lpt3, or lpt4.
  75.  
  76. If you are testing a serial port, the usage is:
  77.  
  78.        CABLTEST port:baud
  79.  
  80. where the port is: com1, com2, com3, or com4.
  81.  
  82. The baud rate is the speed at which your computer communicates with
  83. your printer. For example, if you wanted to test your printer data
  84. transfer on com1, at 115.2K baud, you would enter:
  85.  
  86.         CABLTEST com1:115200
  87.  
  88. In order to create a file of this same grid to copy to your printer
  89. so you do not have to recreate the file each time you test, you
  90. would enter:
  91.  
  92.         CABLTEST filename
  93.  
  94.  
  95.  
  96. General Purpose PostScript Installation Tips
  97. --------------------------------------------
  98.  
  99. Here at LaserTools we often talk to people having trouble setting up their
  100. PostScript printers with their PCs. Nine times out of ten, these problems
  101. have to do with getting a PostScript printer set up via a serial connection.
  102. In those cases it usually is due to a bad cable, or less often, an improper
  103. communication protocol between the PCs serial port and the printer. Our rule
  104. of thumb tips follow:
  105.  
  106.          o Connect Via Parallel -- If your PostScript printer can do it, use
  107.            a parallel port to connect it to your PC. Not only is parallel a
  108.            lot easier to hook up (you don't have to fuss with cables, or port
  109.            configuration), but parallel is also a lot faster than serial.
  110.  
  111.          o If You Have to go Serial -- Our best advice is make sure your
  112.            cable is wired correctly before you go too far diagnosing a
  113.            serial problem. A lot of problems are simply due to a mis-wired
  114.            cable. You'll find a null modem cable diagram in this
  115.            sub-directory (in the file "NULLCABL.DOC"). Once you are sure of
  116.            your cable, you need to make sure that your printer and PC are
  117.            both running the same baud rate and handshaking. Most of the
  118.            PostScript printers default to XON/XOFF handshaking (which
  119.            PrintCache supports), but you may find it easier to switch
  120.            the printer to use DTR handshaking (sometimes called "hardware
  121.            handshaking"). Most printers connected to PCs use DTR handshaking
  122.            so its usually easier to go with the flow and set your PostScript
  123.            printer to run that way too. Consult your printer manual for
  124.            information on how to change your printer's handshaking.
  125.  
  126.            One other question that comes up with PostScript printers
  127.            connected via serial is how to set word length and parity. In our
  128.            experience, you always set your PC to use an 8 bit word length and
  129.            set parity to none. You set your printer the same way unless it
  130.            no option for parity none (for example, the NEC LC890 cannot use
  131.            a parity=none setting). If your printer has no parity=none option,
  132.            set it up for 7 bit word length, and set parity to "space" (this
  133.            is equivalent to 8 bit, parity none, so you can continue to run
  134.            your PC at 8 bit, parity none, while your printer is set for 7 bit,
  135.            parity "space," without any difficulty).
  136.  
  137.  
  138.  
  139.  
  140. PRINTPS.PS
  141. ----------
  142.  
  143. The file "PRINTPS.PS" can help you diagnose problems with your PostScript
  144. printer. PRINTPS.PS is a short PostScript program that prints out the
  145. PostScript printer's internal settings -- including the printer's serial port
  146. parameters.
  147.  
  148. If you are having trouble getting your PostScript printer to communicate
  149. reliably via serial connection, it may be helpful to copy PRINTPS.PS to
  150. your printer to find out exactly what your printer's serial settings are.
  151. Unreliable communication via serial is usually due to a cable problem,
  152. or a mismatch of the PC's serial port settings, and the printer's serial
  153. port settings.
  154.  
  155. To print this file to the printer, you'll need to have the printer connected
  156. to your PC, with a serial cable that you know works, powered-on and ready to
  157. print in PostScript batch mode. Then, just copy the file to the printer. For
  158. example:
  159.  
  160.       COPY PRINTPS.PS COM1:
  161.  
  162. The above command will copy "PRINTPS.PS" to the first serial port, com1.
  163. If you are not using either Trading Post or PrintCache to initialize the
  164. serial port of your PC, then you will need to do so yourself with the
  165. appropriate DOS MODE command.
  166.  
  167. The page which PRINTPS.PS produces will give you a lot of you information
  168. about your PostScript printer's internal settings. Usually, you'll be looking
  169. at just two of the numbers: sccbatch baud, and sccbatch option. The first
  170. number is just the baud rate. The second number is the serial port
  171. protocol. Typically the first number is "9600" for 9600 baud, and the second
  172. number is "0" for Xon/Xoff communications. In some cases the second number
  173. is "4" which means the printer is set for DTR communications.
  174.  
  175.  
  176. EHANDLER.PS
  177. -----------
  178.  
  179. The file "EHANDLER.PS" is the Adobe Error Handler program. It is a short
  180. PostScript program that prints out most of the PostScript printer's error
  181. messages. The error handler can be very helpful in diagnosing problems
  182. you run into installing or using a PostScript printer. To use it, just
  183. copy it (i.e. "download" it) to the printer. It will remain resident in
  184. the PostScript printer until the next time you turn the printer off.
  185.  
  186. To print this file to the printer, you'll need to have the printer connected
  187. to your PC, with a serial cable that you know works, powered-on and ready to
  188. print in PostScript batch mode. Then, just copy the file to the printer. For
  189. example:
  190.  
  191.       COPY EHANDLER.PS COM1:
  192.  
  193. The above command will copy "EHANDLER.PS" to the first serial port, com1.
  194.  
  195. If you are not using either Trading Post or PrintCache to initialize the serial
  196. port of your PC, then you will need to do so yourself with the appropriate
  197. DOS MODE command.
  198.  
  199. The error handler will print out a page if the PostScript printer encounters
  200. an error. The page will note the type of error and, if appropriate, the
  201. offending PostScript command.
  202.  
  203.  
  204. DOWNLOAD.EXE
  205. ------------
  206.  
  207. Welcome to the LaserTools' PostScript font downloader.  This program works
  208. in conjunction with either Trading Post (the LaserTools' PostScript
  209. Printer Personality Manager), or PrintCache (the LaserTools' print buffering
  210. utility).  If you are using Trading Post, be sure it is version 1.1 to be
  211. compatible with this version of Download.exe.  If you have an earlier version of
  212. Trading Post, call LaserTools to upgrade.
  213.  
  214. This program is used to download fonts into your PostScript printer.  These
  215. fonts will be available to all succeeding print jobs until you "clear" your
  216. printer memory or turn your printer off.
  217. With Trading Post or PrintCache, you can save a dramatic amount of time
  218. downloading fonts, because DOWNLOAD is not restricted to operating your
  219. printer at the slow 9600 baud communications speed.  Your printer can
  220. be connected at 19200, 38400, or 57600 baud. DOWNLOAD will also work
  221. with parallel port printers and networked printers. 
  222.  
  223. In addition, you can save additional time because of PrintCache's high speed
  224. print buffering, so your font downloading will seem nearly instantaneous
  225. compared with other downloaders.
  226.  
  227. To download fonts, run:
  228.  
  229.     DOWNLOAD fontfilename
  230.  
  231. You can enter one or more font file names with each command.  You will need
  232. to know the font file name (rather than the actual font name).  DOWNLOAD
  233. assumes the filename ends in .PFB, and looks in the current directory, the
  234. \PSFONTS directory on the current drive, and the \PSFONTS directory on the
  235. C: drive.
  236.  
  237. By popular request, the underscore characters in the Adobe font file
  238. names are no longer required.  Thus, to download the Letter Gothic Bold
  239. font (file name LGB_____.PFB), you can refer to the file name as
  240. "LGB", and use the command "DOWNLOAD LGB".
  241.  
  242. You can use any of several command line switches while downloading:
  243.  
  244.     /C    Clears all downloaded fonts and programs from your printer memory,
  245.        a process which takes from 30 to 60 seconds of your printer's time.
  246.  
  247.     /Pnn  To specify your printer password (the default is 0, so you only
  248.        need to use this command if you have changed your printer's
  249.        password).
  250.  
  251.     /A    To download the Apple LaserWriter patch for version 23 printers.
  252.        The patch is contained in a file called PATCH23.PS provided by Adobe
  253.        on your font disks. DOWNLOAD assumes that PATCH23.PS will be in the
  254.        current directory, in \PSFONTS, or in C:\PSFONTS.  
  255.  
  256. For example:
  257.  
  258.     DOWNLOAD LG.PFB                 {downloads the font "LG______.PFB"}
  259.  
  260.     DOWNLOAD LG                     {also downloads "LG______.PFB"}
  261.  
  262.     DOWNLOAD LG LGB                 {downloads both "LG______.PFB and
  263.                                      "LGB_____.PFB"}
  264.  
  265.     DOWNLOAD /C                     {clears all downloaded fonts from
  266.                                      the printer's memory}
  267.  
  268.     DOWNLOAD LG /P76                {downloads using the password "76"}
  269.  
  270. Happy printing, and thanks for ordering a copy of PrintCache!