home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / print1 / lq.lzh / LQ.DOC < prev   
Text File  |  1985-06-09  |  9KB  |  239 lines

  1.  
  2. .fo LQ-Print Version 0.1        -#-            (C)Copyright 1984
  3.                         LQ-Print
  4.  
  5. LQ-Print  was  written to provide letter quality printing  on  an 
  6. Epson MX printer (with Graftrax) or IBM Graphics printer.  A main 
  7. part  of  the  effort was to make WordStar files look  good  with 
  8. these  printers.   Another  function of the program is  to  allow 
  9. access  to  the  printers  internal  functions,   therefore  this 
  10. document  refers to the printers mode and Letter Quality mode  as 
  11. if  two  totally  separate  programs  exist.   Any  questions  or 
  12. comments should be given to:  Steve Lass (408)732-8987.
  13.  
  14. The Menu
  15.  
  16. Typing in the letters  LQ  will display the following menu:
  17.  
  18.      CHANGE PRINTER MODE:
  19.  
  20.           R - Reset printer
  21.           C - Condensed (not for Letter Quality)
  22.           E - Emphasized (not for Letter Quality)
  23.           D - Double strike
  24.           M - Microjustification (Letter Quality only)
  25.           N - eNlarged print
  26.           S - proportional Spacing
  27.           8 - 1/8 inch line spacing
  28.  
  29.      P - Print file (Letter Quality)
  30.  
  31.      X - eXit to system
  32.  
  33. Descriptions of Menu Commands
  34.  
  35. R - Reset printer
  36.  
  37.      The  reset command puts the printer into its power up  state 
  38.      (determined  by dip switches internal to the  printer).   It 
  39.      will  also reset all letter quality modes  including:   1/8" 
  40.      line  spacing,   proportional  spacing,  microjustification, 
  41.      enlarged, and doublestrike.
  42.  
  43. C - Condensed (not for Letter Quality)
  44.  
  45.      This puts the printer into condensed mode (17 characters per 
  46.      inch).  This will not effect the Letter Quality mode.
  47.  
  48. E - Emphasized (not for Letter Quality)
  49.  
  50.      This  command puts the printer into emphasized mode and will 
  51.      not effect the Letter Quality mode.
  52. D - Double strike
  53.  
  54.      The  double strike command will put the printer into  double 
  55.      strike  mode and also set the Letter Quality mode to  double 
  56.      strike.    
  57. .pa
  58. .fo                            -#-
  59. M - Microjustification (Letter Quality only)
  60.  
  61.      Microjustification works with WordStar files to evenly space 
  62.      the words and characters accros a line.  WordStar puts soft-
  63.      spaces (hex A0) into the line to justify the right  margins.  
  64.      LQ-Print replaces the soft-spaces with incremental spaces so 
  65.      the  output  looks much  more  evenly  distributed.   Micro-
  66.      justification  will  be turned off for any line with a  hard 
  67.      carriage return (one not entered by WordStar).
  68.  
  69. N - eNlarged print
  70.  
  71.      This  command puts the printer into enlarged (double  width) 
  72.      mode.   It will also make the Letter Quality files print  in 
  73.      enlarged mode until turned off by ^T in the file.
  74.  
  75. S - proportional Spacing
  76.  
  77.      This  puts the printer into proportional spacing mode  (each 
  78.      character  takes up a different amount of space depending on 
  79.      its size).   It will also make Letter Quality files print in 
  80.      proportional  spacing  mode  intil turned  off  by  a  Reset 
  81.      command (or exit from the program).
  82.  
  83. 8 - 1/8 inch line spacing
  84.  
  85.      Line  spacing is normally 1/6" and can be changed to 1/8" in 
  86.      the printer and also in Letter Quality mode.
  87.  
  88. P - Print file (Letter Quality)
  89.  
  90.      This  command  takes an ascii DOS file and prints it  (using 
  91.      high  resolution graphics) in Letter Quality.   Any  of  the 
  92.      above  commands  (not  those specifically  marked  "not  for 
  93.      Letter  Quality") entered before the "P" command will be  in 
  94.      effect.  Note: on entry all modes are cleared.
  95.  
  96. Control Characters
  97.  
  98. Print  control characters can be entered into the ascii file  and 
  99. have the following meanings:
  100.  
  101.      Boldface  is  achieved  by using a ^B.   This  is  a  toggle 
  102.      command so the first ^B turns on boldface, the next ^B turns 
  103.      it off.
  104.  
  105.      Doublestrike  is  achieved by using a ^D.   This is  also  a 
  106.      toggle command.
  107.  
  108.      Underline is achieved by using a ^S.   This is also a toggle 
  109.      command.   Underline  is setup to not underline  the  spaces 
  110.      between words.
  111. .pa
  112.      Enlarged  mode is initiated by a ^N and terminated by a  ^T.  
  113.      These  are the same control codes that put the Epson printer 
  114.      into enlarged mode.  For some reason WordStar will not allow 
  115.      the  ^N  to remain in the file through the "print  to  file" 
  116.      command  so  you  must enter a ^A before the ^N  when  using 
  117.      WordStar  (^N  normally changes  the  character  pitch,  but 
  118.      doesn't work with the Epson printer anyway).  (^T is normal-
  119.      ly  used  for superscripts which are not supported  in  this 
  120.      program,  however  if  the  file is going to be  printed  by 
  121.      WordStar,  another  ^T should be entered to toggle  off  the 
  122.      superscript mode.)
  123.      WARNING:   Enlarged  mode takes twice the  width  of  normal 
  124.      characters.   If an entire line is written in enlarged mode, 
  125.      or you forget to turn it off, the type may run off the page.
  126.  
  127.      Strikeout can be achieved by entering a soft carriage return
  128.     ---------
  129.      (no line feed) which is a ^M.  Whatever is typed on the next 
  130.      line is combined with the line above before printing.  There 
  131.      will  be  no microjustification on the line  with  the  soft 
  132.      carriage return.
  133.  
  134.  
  135. Getting a WordStar file ready for LQ-Print
  136.  
  137.      From  WordStar  you must print the file into  another  file.  
  138.      After  editing  type  a ^KD to finish the  editing  session.  
  139.      Then from the main menu type a  P  for print.  Then the file 
  140.      name  must be entered followed by a carriage  return.   Then 
  141.      you are asked "DISK FILE OUTPUT?" and must answer Y for yes.  
  142.      Then  you are asked what to call the output file (I  usually 
  143.      use the extension DOC for the WordStar file and TXT for  the 
  144.      output  file).    All  other  print  control  questions  are 
  145.      answered  the  same as if you were sending the file  to  the 
  146.      printer (press <Esc> for default settings).
  147. .pa
  148. Invoking LQ-Print
  149.  
  150. Type:
  151.  
  152.      LQ   
  153.           This  brings up the menu,   all commands can be entered 
  154.           through  the  menu.   If  the  command  is  understood, 
  155.           another "Make Selection" line will be displayed, if not 
  156.           the menu will be redisplayed.
  157.  
  158.      LQ/R
  159.           This will reset the printer, then exit the program.
  160.  
  161.      LQ/C
  162.           This puts the printer into condensed mode.
  163.  
  164.      LQ/E
  165.           This puts the printer into emphasized mode.
  166.  
  167.      LQ/D
  168.           This puts the printer into doublestrike mode.
  169.  
  170.      LQ/N
  171.           This puts the printer into enlarged mode.
  172.  
  173.      LQ/S
  174.           This puts the printer into proportional spacing mode.
  175.  
  176.      LQ file.ext
  177.           This  prints  the  file in  letter  quality  mode.   An 
  178.           optional drive may be specified as follows:
  179.           LQ b:file.ext
  180.  
  181.      LQ/M file.ext
  182.           This  prints the file in microjustified letter  quality 
  183.           mode.
  184.  
  185.      LQ/M/S file.ext
  186.           This  prints  the  file in  proportional  justification 
  187.           letter quality mode.
  188.  
  189.  
  190. Note:  All legal commands may be entered on one line:
  191.  
  192.        LQ/R/C/E/D/N/S
  193.  
  194. Note:   Certain  print modes cannot be mixed in the Epson,  check 
  195.         your manual for details.
  196.  
  197. Note:  Upper or lower case characters may be used.
  198.  
  199. .pa
  200. Initialization
  201.  
  202.      My experience has shown that "sometimes" when the printer is 
  203.      not  powered  up  when the IBM PC is turned on  the  printer 
  204.      cannot  be turned on later wihtout re-booting the  PC.   LQ-
  205.      Print allows the printer to be initialized wihtout rebooting 
  206.      the  PC.   If  the  printer is not ready  when  LQ-Print  is 
  207.      invoked the following message will be displayed:
  208.  
  209.           PRINTER NOT READY, Retry or Initialize (R or I)?
  210.  
  211.      At this point you must check to see if the printer is turned 
  212.      off or just "off line".  If it is off, turn the power on and 
  213.      check  to see if the "on line" LED comes on.   If  not,  the 
  214.      printer needs to be initialized (type I).   The next message 
  215.      displayed will be:
  216.  
  217.           Monochrome/printer board or Printer adapter (M or P)?
  218.  
  219.      If your not sure try one.
  220.  
  221.      If your printer was just off line when the PRINTER NOT READY 
  222.      message was displayed you have two options.  The first is to 
  223.      turn the printer on line by pressing the "on line" button on 
  224.      the  printer  then type R for Retry and you should  see  the 
  225.      menu.   The  second method to get the printer on line is  to 
  226.      type I for Initialize.  This will initialize the printer and 
  227.      put it "on line" automatically.
  228.  
  229.      If  you have a non standard board and LQ-Print's  initiliza-
  230.      tion doesn't work, you must re=boot.
  231.  
  232.      Note:   The  initialization program will not be used if  the 
  233.      printer is ready when LQ-Print was invoked.
  234.  
  235.      Note:   LQ-Print can be executed from WordStar to initialize 
  236.      the printer or setup any of the printers internal functions.
  237. END OF TRANSFER - PRESS ENTER TO RETURN TO MENU
  238. ialize 
  239.      the printer or se