home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -readerstuff- / peter_hutchison / misc-drivers.lzx / PanasonicPlus24 / Readme < prev    next >
Text File  |  2000-01-12  |  7KB  |  170 lines

  1. (c) 1991
  2.     Wolf Faust
  3.     Am Dorfgarten 10
  4.     W-6000 Frankfurt 50
  5.     Germany
  6.     voice ++49-69-5486556 (GMT)
  7.     Fido 2:243/43.5 (Wild Cat: ++49-6173-2544 HST,V.32bis)
  8.     UUCP:cbmvax.commodore.com!cbmehq!cbmger!venus!wfaust
  9.  
  10. Author's request
  11. ----------------
  12. The  entire  driver  package may be noncommercially redistributed,
  13. provided  that  the  package is always distributed in its complete
  14. form.  A small copy fee for media costs is allowed but any kind of
  15. commercial distribution is strictly forbidden!
  16.  
  17. The  author  and any other distributor takes no responsibility for
  18. the consequences of its use.
  19.  
  20. This  driver  package  is  shareware.  You may feel free to use it
  21. without  any  charge.  Anyway I ask you to donate some bucks (10$,
  22. that's  2,3% of my income as student ;-).  There is much room left
  23. for further speed improvements, but without your support there may
  24. be no future revisions!  So it's on you!
  25.  
  26. You can allways get the latest version for free through the above
  27. given FIDO/UUCP addresses or send me a selfaddressed letter and
  28. $10.
  29.  
  30. Files you must get with this readme:
  31.  
  32.           PanasonicPlus.020  -  68020/68030 Driver
  33.           PanasonicPlus      -  68000/68010 Driver
  34.           Readme             -  This textfile
  35.           Readme.first       -  List of printers supported
  36.           Test.lzh           -  script&pitcures for testing
  37.  
  38. History
  39. -------
  40. 04.03.91  Version 35 Rev 4
  41.  
  42. Description:
  43. ------------
  44. This driver is intended for all those Panasonic/EpsonLQ compatible
  45. dot  matrix  printers out there.  The driver is up to 2000% faster
  46. compared  to the commodore EpsonQ driver and supports more graphic
  47. modes (see below for additional features).
  48.  
  49. PanasonicPlus (24-pin Epson compatible)
  50. -------------
  51. 1. Dot matrix b&w/color printer (text and graphics).
  52. 2. Drives all EpsonQ/EpsonQ+  compatible printers.
  53. 3. Linefeeds # of vertical dots printed.
  54. 4.   Density      XDPI        YDPI        XYDPI        Comments
  55.         1          90         180         16200
  56.         2         120         180         21600
  57.         3         180         180         32400
  58.         4         120         360         43200        two pass
  59.         5         180         360         64800        two pass
  60.         6         360         180         64800        *1
  61.         7         360         360        129600        two pass *1
  62. 5. A PaperSize of 'Wide Tractor' selects a maximum print width of
  63.    13.6 inches (for wide carriage printers).
  64. 6. A papertype of 'SINGLE' ejects the sheet with a formfeed after every
  65.    dump.  This enables Epsons sheet cutting feature.  Formfeed
  66.    after a graphic dump is send according to the SPECIAL_NOFORMFEED flag.
  67.  
  68. Improvements added (compared to EpsonQ)
  69. ------------------
  70. 1.  The old PaperType function has been removed for a sheet
  71.     cutting feature. No more 16pins support ! 24pins should be
  72.     mastered by modern printers, specially in 360*360DPI mode...
  73.     Selecting SINGLE in preferences ejects the sheet after using
  74.     the printer. This enables cutting sheet features.
  75. 2.  Support of more graphic resolutions (360 YDPI) !
  76. 3.  The driver has been speeded up. Now it's much faster than
  77.     a standard WB driver.
  78. 4.  Extra driver with support for 68020/30 should be included with
  79.     this package.
  80. 5.  There is now support for selecting different typefaces.  Due
  81.     to the extended character translation table, the character set
  82.     selection commands (aFNT0 - aFNT10) are no longer really needed.
  83.     The following fonts are yet supported (some only with additional
  84.     cartridges):
  85.  
  86.   aFNT   Code      Star          Epson       Panasonic    Seikosha
  87.  
  88.    0  - ESC(B -   Courier    -   Roman    -  Bold PS   -  S. Roman
  89.    1  - ESC(R - opt.typeface - Sans Serif - Sans Serif -  S. Helv.
  90.    2  - ESC(K -   Prestige   -  Courier   -  Courier   - Courier 10
  91.    3  - ESC(A -   Orator     -  Prestige  -  Prestige  - Prest.Elite
  92.    4  - ESC(E -   Script     -  Script    -   Script   -   Script
  93.    5  - ESC(H -              -   OCR-B    -            -   OCR-B
  94.    6  - ESC(Y -              -   OCR-A    -            -   OCR-A
  95.    7  - ESC(Z -              -   Orator   -            -  Gothic 12
  96.    8  - ESC(J -              -  Orator S  -            -   Orator
  97.    9  - ESC(6 -              -            -            -
  98.   10  - ESC(C -              -            -            -
  99.  
  100.     (PS: Excellence users watch out! These commands cause sleepless
  101.      nights ;-)
  102.  
  103. 6.  Timeout is now set according to the preference settings. In
  104.     case something is wrong with your printer you sooner get a
  105.     requester.  This enables you to cancel a print request more
  106.     quickly. How "timeout" is calculated:
  107.  
  108.     b&w or grey + 180YDPI = 20 seconds
  109.     b&w or grey + 360YDPI = 40 seconds
  110.     color + 180YDPI = 30 seconds
  111.     color + 360YDPI = 60 seconds
  112.  
  113.     Commo's EpsonQ driver = allways 30 seconds
  114.  
  115. 7.  The printer driver now uses the 24 pin modus for 90XDPI and
  116.     120XDPI graphic printings. This results in a better quality
  117.     and a faster graphic dump.
  118.  
  119. 8.  The driver now uses ESC-$ (abs.  horiz.  position) to advance
  120.     the printerhead over white areas while doing graphic dumps.
  121.     Please note: this method might not be suitable to your printer and
  122.     in case your printer gets ugly slow: this is not your driver (contact me!).
  123.     Use the "test" script to find out if your printer handles ESC-$ right
  124.     with this driver.
  125.  
  126.     The  Panasonic  KX-P1124  is  one  of those printers, which handle
  127.     ESC-$    a    bit   different   to   those   new   printers   from
  128.     Epson/Citizen/Seikosha/Nec.   To  avoid  a  loss in speed for this
  129.     printer, I made this extra driver which uses ESC-$ a bit differently
  130.     compared to the EpsonQPlus and Star24Plus driver.
  131.  
  132.     ESC-$ is used:
  133.  
  134.         a.) the white area is greater than 2inch and you're doing
  135.             360XDPI graphic dumps
  136.         b.) it's the white left border
  137.         c.) ESC-$ is used wherever possible while doing <360XDPI graphic dumps.
  138.  
  139. Special things to note
  140. ----------------------
  141. After my first release of an EpsonLQ compatible printer driver I got
  142. many letters from people asking for an unsupported  printer driver.
  143.  
  144. Please:
  145.  
  146. 1. include some money if you wan't to get answered. Postage takes a
  147.    major part of my income (as student I have no real income :-(  )
  148. 2. in case you found a bug: please give me a full description or
  149.    better: an example image/printout. In most cases I can't verify
  150.    your statements without an example!
  151. 3. if you wan't some improvements or you have wishes: drop me a note,
  152. 4. if you don't have a driver for your printer or your driver
  153.    doesn't fully support your printer: drop me a note with a
  154.    description of your printer and maybe I'll do this for you...
  155.    (if you don't want to wait for an answer:  send me a copy of
  156.    your manual.  But remember:  there is no guarantee I'll do the job!)
  157.    requester asking you to check your printer cable.  In this case
  158. 5. please note:  this driver is specialy written for Panasonic
  159.    printers.  Some other printers maybe compatible with the Pansonic (Epson)
  160.    commands, but differ in speed.  Because of this, there might be a
  161.    requester asking you to check your printer cable. In this case
  162.    you can ignore the requester by pressing "Resume".
  163.  
  164. Notes
  165. -----
  166. *1 - in this mode most printers cannot print two consecutive dots in a row.
  167.      It is recommended that you only use this density for B&W Shade dumps.
  168.  
  169.    -- english is not my native language, so don't call me names... --
  170.