home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / printer / mpmpr2.arc / READ.ME < prev    next >
Text File  |  1988-01-21  |  9KB  |  177 lines

  1.                          ╔╦╗╔═╗╔╦╗
  2.                          ║║║╠═╝║║║ - PRINT  Version 2.2c
  3.                             ║
  4.  
  5.  
  6.          MPM-Print is a utility that enables Epson FX, MX, RX, EX, JX, 
  7.          LX and LQ series printers to print 240 of the characters that 
  8.          are displayed by IBM PC monitors.  When doing a screen print 
  9.          (using the PrtSc key), MPM-Print prints ALL the characters on 
  10.          the screen.  
  11.  
  12.          When installed, MPM-Print stays resident in your computer's 
  13.          memory.  Any characters that are subsequently printed will 
  14.          print as the appropriate IBM PC character.  The only IBM PC 
  15.          characters that are NOT printed are 15 characters used to 
  16.          control the printer, and even those characters are printed 
  17.          when printing the screen.  
  18.  
  19.          MPM-Print automatically switches to whatever pitch your 
  20.          software chooses for your Epson printer.  All of the 
  21.          characters printed will be in the correct pitch.  
  22.  
  23.          ╔══════════════════════════════════════════════════════════╗
  24.          ║ The "line drawing" characters of the IBM PC (like those  ║
  25.          ║ used for this box) are connected -- horizontally AND     ║
  26.          ║ vertically -- for whatever pitch or line spacing you set ║
  27.          ║ your printer to use!                                     ║
  28.          ╚══════════════════════════════════════════════════════════╝
  29.  
  30.          MPM-Print is distributed with several files:
  31.  
  32.             MPMPRINT.COM   -   the utility itself
  33.  
  34.             MPMPRINT.DOC   -   documentation which can be scrolled to
  35.                                the screen
  36.  
  37.             PRINTDOC.EXE   -   a program which will print a copy of
  38.                                the documentation on your Epson printer
  39.                                ONLY if MPM-Print is installed (type
  40.                                'MPMPRINT' to install the system, then
  41.                                type 'PRINTDOC' to print a copy of the
  42.                                documentation).  The documentation has
  43.                                26 pages.
  44.  
  45.             TEST.PAS       -   Pascal source code and compiled code
  46.             TEST.COM           for a program which will test all
  47.                                available printer modes and characters
  48.  
  49.             READ.ME        -   this file
  50.  
  51.          MPM-Print is distributed as user supported software.  You are
  52.          encouraged to use, copy and share MPM-Print according to the
  53.          restrictions detailed in the associated documentation.
  54.  
  55.                     ╔╦╗╔═╗╔╦╗
  56.          MPM-Print, ║║║╠═╝║║║ - print and the associated documentation
  57.                        ║
  58.          are COPYRIGHT (C) 1985, 1986, 1987 MPM Enterprises, Inc.
  59.                                             306 Park Avenue
  60.                                             Wilmette, Illinois  60091
  61.  
  62.          
  63.          ▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀
  64.          
  65.          WORD PERFECT users -- We've heard from a number of users that
  66.          MPM-Print at times prints "spurious" characters at the 
  67.          beginning of a Word Perfect document.  MPM-Print prints NO 
  68.          extra characters; it does review each command and character 
  69.          that is sent to the printer.  At the beginning of a document, 
  70.          Word Perfect will send a number of setup commands to the 
  71.          printer.  One of those commands might be, for example: 
  72.          
  73.                             CHR$(27) + "x" + CHR$(1)
  74.          
  75.          which is the Epson command to begin printing in letter 
  76.          quality mode.  If your printer does not support letter 
  77.          quality printing and you do NOT have MPM-Print in memory, 
  78.          then the printer would read the CHR$(27) + "x", decide that 
  79.          the command is unsupported, and examine the next character.  
  80.          Since the next character (CHR$(1)) is not a printable 
  81.          character for the Epson printer, it too would be ignored.
  82.  
  83.          In the same situation, MPM-Print would examine the first two 
  84.          characters of the command, and understand that the command is 
  85.          not supported by your printer.  When it gets to the CHR$(1), 
  86.          however, then MPM-Print would print that character 
  87.          graphically, since all characters that are not printer 
  88.          commands are printed by MPM-Print.  Therefore, for some 
  89.          configurations, MPM-Print will print an extra "smiley-face" 
  90.          character at the beginning of the Word Perfect document.
  91.  
  92.          This is clearly unacceptable.  Solving the problem, however, 
  93.          generally takes some experimentation.  You need to try 
  94.          choosing different Word Perfect printer definitions to find 
  95.          one that prints everything that you need.  We've found that 
  96.          MPM-Print and Word Perfect will work together if you 
  97.          configure Word Perfect to use a printer that normally 
  98.          supports the full IBM character set (since with MPM-Print, 
  99.          your printer DOES print all the IBM characters).  
  100.          
  101.          With Word Perfect version 4.2 and Epson FX, MX, and RX type 
  102.          printers we've had luck configuring Word Perfect to use its 
  103.          IBM Graphics printer definition.  For Epson LQ-series 
  104.          printers, the Word Perfect LQ-2500 printer definition has 
  105.          worked without problems for us.  However, we are not Word 
  106.          Perfect users and have not tested all of its features; you 
  107.          may still need to experiment to find a Word Perfect printer 
  108.          selection that prints the way you require.  
  109.  
  110.          ▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀
  111.          
  112.          NOTES ON VERSION 2.2 of MPM-Print:
  113.             Version 2.2 adds the ability to remove MPM-Print from 
  114.             memory with a command from the DOS prompt (MPMPRINT 
  115.             REMOVE).  The program also has the ability to change 
  116.             supported printers with a command (MPMPRINT SETUP) rather 
  117.             than using a separate setup utility program.  
  118.  
  119.             Support for Epson LQ, EX, JX and LX series models has been 
  120.             added.  Only draft mode is supported for those Epson 
  121.             printers that support Near Letter Quality printing.  We 
  122.             have a special version of MPM-Print (called MPM-LQ) that 
  123.             supports 24-pin printing and NLQ modes for the LQ series 
  124.             printers.  Please contact us for more information about 
  125.             MPM-LQ.  
  126.  
  127.             Because of the internal setup routine, and because of the 
  128.             much larger number of printers supported, the executable 
  129.             program has grown significantly.  However, only a small 
  130.             part of the program is actually made memory resident.  The 
  131.             memory resident portion is now about 11,000 bytes (as 
  132.             opposed to about 9,000 bytes for Version 2.1 --the extra 
  133.             space is needed to store fonts for the additional printers 
  134.             that MPM-Print now supports).  
  135.  
  136.             Problems handling screen prints on IBM-compatible 
  137.             computers (such as the Leading Edge PC) whose screen 
  138.             prints are not identical to those of the IBM PC have been 
  139.             fixed.  
  140.  
  141.  
  142.          NOTES ON VERSION 2.1 of MPM-Print:
  143.             Version 2.1 adds "vertical connection" -- all of the IBM's
  144.             line drawing characters (ASCII 176 to ASCII 223) are
  145.             AUTOMATICALLY connected, both horizontally and vertically,
  146.             for whatever pitch and line spacing you set your printer
  147.             to use.
  148.  
  149.             Screen print handling has also been added.  ALL characters
  150.             that show on the screen will be printed when you use the
  151.             PrtSc key.
  152.  
  153.             MPM-Print's actions can now be turned ON and OFF, either
  154.             from the command line or from within a program.
  155.  
  156.             MPM-Print can now be "patched" to allow it to work with
  157.             printers that emulate Epsons but which have extended the
  158.             printer control codes.
  159.  
  160.  
  161.          NOTES ON VERSION 2.0 of MPM-Print:
  162.  
  163.             Version 2.0 has added the ability to print the IBM's
  164.             special characters (characters that the IBM has but the
  165.             Epson doesn't) in all of the pitches supported by Epson
  166.             printers.
  167.  
  168.             Printing of the special characters has also been speeded
  169.             up by a factor of almost 4.  MPM-Print now uses the "high
  170.             speed" double density graphics mode for FX and RX printers
  171.             (and uses a software emulation of that mode for MX
  172.             printers) when printing Pica or Elite characters.  The
  173.             system also uses a special buffer to increase the speed of
  174.             printing successive special characters.
  175.  
  176. 
  177.