home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / FSET.DOC < prev    next >
Text File  |  1986-10-23  |  9KB  |  192 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                     FONT-SET tm
  9.                          Copyright 1986, Harvest Resources
  10.                                 All Rights Reserved
  11.  
  12.  
  13.          FONT-SET is a program designed to work with most of today's dot
  14.          matrix printers, and provide a means of easily changing the style
  15.          of print, or "font".  Most of the more common fonts are supported
  16.          such as bold, compressed, underline, etc.
  17.  
  18.          First, you will want to make a working copy, storing the original
  19.          disk in a safe place.  Probably the best way would be to format a
  20.          blank disk using the " FORMAT B: /s " option, then copying all
  21.          the files from the original disk onto your new working disk.
  22.  
  23.          Never attempt to use FONT-SET unless your printer is hooked up,
  24.          turned on, and ready (i.e. "SELECTED").
  25.  
  26.          Start the program by entering FONT-SET at the A> prompt (assuming
  27.          you have the program disk in drive A.  You may copy the program
  28.          onto your hard drive if you wish).  Since you are using the
  29.          program for the first time, you will be presented with a
  30.          directory of the printer files (ending in the .FS extension).
  31.          You will be asked to choose one of these files to be used as the
  32.          default configuration.  Use the chart below to help you select
  33.          the proper file for your printer:
  34.  
  35.          Filename -               Supports these printers -
  36.  
  37.          EPSON.FS                 All newer Epsons and many older models.
  38.                                   Most Citizens.   Many IBMs.   NEC P5.
  39.                                   Star NX-10.  & many many others.
  40.  
  41.          GEMINI.FS                Old Star Gemini 10X or 15X.
  42.  
  43.          NECP6P7.FS               NEC P6 or P7.
  44.  
  45.          OKIDIBM.FS               Most newer Okidatas w/ IBM interface.
  46.  
  47.          PANASON.FS               Most Panasonics, like 1091,1092, etc.
  48.  
  49.          STARSGDR.FS              Star SG, SD, or SR series.
  50.  
  51.          TOSHIBA.FS               Most newer Toshibas, like P351, etc.
  52.  
  53.          Once you have made your selection, the program will copy the data
  54.          from that file to a file called DEFAULT.FS.  This file must
  55.          always be in the default drive when using FONT.SET, or the
  56.          program will think it has not been configured yet.
  57.  
  58.          Now you will be presented with the Main Menu.  This is the screen
  59.          you will be seeing first from now on, since you have already con-
  60.          figured the program for your particular printer.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          With the printer turned on, you may select any of the fonts
  74.          listed on the menu by typing the first letter of the font.  For
  75.          example, press the B key to set BOLD on your printer.  You may
  76.          also experiment with combining fonts, but please read your
  77.          printer manual first, to determine which fonts can be combined.
  78.          (For fun, try Compressed and Superscript).  Any font you select
  79.          will remain in effect until you either press the R (Reset) key,
  80.          or turn your printer off then back on again.  If you have never
  81.          used other fonts on your printer before this, the best way to
  82.          learn what each menu option will do is to experiment.  Always
  83.          remember to press R when you are finished with one font and wish
  84.          to see another one or return to normal.
  85.  
  86.          You may have noticed the Typewriter option on the menu.  This
  87.          option will allow your printer to behave like an electric
  88.          typewriter of sorts.  You will be able to type a line of text on
  89.          the screen, backing up using the Backspace key to make any
  90.          corrections, and then pressing the Return key to send the line
  91.          to your printer. This is a terrific option to use when you want
  92.          to quickly type a label, an envelope, or a short memo.  Of
  93.          course, you may set a font first before selecting the Typewriter
  94.          option.  When you are done typing, enter a slash ( / ) by itself
  95.          on the next blank line (then press Return), and you will be
  96.          returned to the Main Menu.
  97.  
  98.          You will also notice a selection called "Other Options".  You
  99.          will use this selection when you want to change the default
  100.          printer file (maybe you'll buy a new printer, or maybe you have
  101.          more than one), and also when you want to add a new printer file.
  102.          If you have no need to use these options at this time, you may
  103.          want to skip the next few paragraphs and move to the section on
  104.          command-line entries.
  105.  
  106.          In order to add a new printer file, you will need the manual for
  107.          the printer you wish to add, and you must locate the list of
  108.          Control (Escape) codes.  When prompted, you will need to enter
  109.          the proper sequence of codes in their DECIMAL ASCII values,
  110.          separated by commas.  For example, if your manual lists Esc + "M"
  111.          as the sequence to set the elite font, you must enter 27,77 (the
  112.          decimal ascii values for Esc and M) when you see the "Elite:"
  113.          prompt.  For your reference, the BASIC language equivalent of
  114.          this is LPRINT CHR$(27);CHR$(77).  If you enter a new printer
  115.          file and find it does not work properly, you can either begin the
  116.          process over again, or edit the file with a text editor, if you
  117.          feel comfortable doing so.
  118.  
  119.          The most common mistake made when adding a file is forgetting to
  120.          use DECIMAL ASCII values.  For example, if your printer manual
  121.          specifies a code sequence of Esc + "4" for italics, then do not
  122.          enter 27,4 at the "Italics:" prompt, because the decimal ascii
  123.          value for 4 is 52.  Therefore, you should enter 27,52.  It is
  124.          advisable to have a list of ASCII code values in front of you
  125.          when you attempt to add a file.  You might look in your DOS
  126.          manual or your BASIC manual for such a list.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.          When you have finished entering all the Control sequences, you
  140.          will be asked for a filename.  It is assumed that you are
  141.          familiar enough with DOS to know what constitutes a valid file
  142.          name.  For example, do not try to use more than 8 characters
  143.          before the file extension.  The extension must be .FS, or else
  144.          the program will continue to prompt you for a valid name.  If you
  145.          were adding a Brother printer for instance, a valid filename
  146.          would be BROTHER.FS.  Try to make it easy for yourself and others
  147.          to tell what printer the file is for just by looking at the
  148.          filename.
  149.  
  150.          COMMAND-LINE ENTRIES:  If you like, you may bypass the Main Menu
  151.          entirely and place your selections on the command-line when you
  152.          first start the program.  You will, of course, have to remember
  153.          the first letter of the selection you want.  Two examples:
  154.          1) Instead of entering just "FONT-SET" to start the program, you
  155.          might enter "FONT-SET B". This would set the printer to BOLD and
  156.          would kick you right back out to DOS.  2) If you were to enter
  157.          FONT-SET C T R E T R at the DOS prompt, then the program would
  158.          first set the COMPRESSED font, then take you to Typewriter Mode
  159.          for a typing session. When you finish typing, the R would Reset
  160.          the printer to normal and then the E would set ELITE print.  Then
  161.          the T would put you back to the Typewriter again, and finally,
  162.          right before returning you to DOS, the printer would be reset.
  163.          You just got a lot of mileage out of a few letters, didn't you?
  164.  
  165.          TROUBLESHOOTING:  You should never experience difficulty with
  166.          your FONT-SET program if you have followed this documentation
  167.          carefully.  If you DO have trouble:
  168.  
  169.               - Check to see that your printer is not at fault.
  170.               - Are you attempting to do something that your printer does
  171.                 not support?
  172.               - Check to see that the default printer file is the correct
  173.                 one for your printer (and present in the default drive).
  174.               - Are you remembering to Reset the printer between choices?
  175.               - If you're using a file you added yourself, could there
  176.                 perhaps be an error in the file?
  177.               - Check to make sure your printer cable is firmly inserted.
  178.               - Is your computer fully IBM compatible?
  179.               - Are you using a fairly recent version of DOS?
  180.               - Are you using the parallel port LPT1?
  181.  
  182.          If you've done all you can do and still have problems, please
  183.          write to us at Harvest Resources, P.O. Box 11513, Phoenix, AZ
  184.          85061, and include the following:
  185.  
  186.               - A letter describing the problem in DETAIL.
  187.               - Sample printouts showing the problem, if possible.
  188.               - Photocopies of the Control codes from your printer manual.
  189.  
  190.          We hope you will find FONT-SET to be very useful to you through
  191.          the years.  Feel free to write if you have comments for us.
  192.