home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m246 / 2.ddi / PANAS.DO_ / PANAS.bin
Encoding:
Text File  |  1992-06-05  |  4.4 KB  |  152 lines

  1.               Revision 6.1 Scanner Drivers
  2.                  June 1, 1992
  3.  
  4.  
  5.  
  6. The Panasonic series driver is a Revision 6 scanner driver (see 
  7. REV6.DOC for more information).  It supports:
  8.  
  9.     - Panasonic 307 (with Automatic Document Feeder option)
  10.     - Panasonic 506 (with Automatic Documant Feeder option)
  11.     - Panasonic 505
  12.  
  13. This driver supports the following:
  14.  
  15.     Panasonic 307
  16.     ==============================
  17.     Brightness Settings     1-7
  18.     Contrast Settings       1-3
  19.     Automatic Brightness    No
  20.     Automatic Contrast      No
  21.     Resolutions             600, 300, 200, 150, 100, 75, 50 
  22.                 (50 dpi is available only in Rev 6.1 apps)
  23.     Scan Modes              B/W, Gray Scale 16 and 256 colors
  24.     Halftones               Bayer, Coarse Fatting, Fine Fatting, 
  25.                 and Mesh
  26.     Enhancements            B/W reversal
  27.     Maximum Scan Area       8.5" x 14"
  28.  
  29.     Panasonic 506
  30.     ==============================
  31.     Brightness Settings     1-7
  32.     Contrast Settings       1-3
  33.     Automatic Brightness    No
  34.     Automatic Contrast      No
  35.     Resolutions             400, 300, 200, 150, 100, 75 
  36.     Scan Modes              B/W, Gray Scale 16 
  37.     Halftones               Coarse Fatting and Fine Fatting
  38.     Enhancements            B/W reversal
  39.     Maximum Scan Area       8.5" x 14"
  40.  
  41.     Panasonic 505
  42.     ==============================
  43.     Brightness Settings     1-7
  44.     Contrast Settings       1-3
  45.     Automatic Brightness    No
  46.     Automatic Contrast      No
  47.     Resolutions             400, 300, 200, 50 
  48.     Scan Modes              B/W
  49.     Halftones               Coarse Fatting and Fine Fatting
  50.     Enhancements            B/W reversal
  51.     Maximum Scan Area       8.5" x 14"
  52.  
  53.  
  54. Helper Drivers:
  55.  
  56.     PANAS.EXE uses one of three helper drivers, depending on
  57.     which scanner is being used.    
  58.  
  59.         SCANNER         HELPER DRIVER
  60.         -----------------------------
  61.         Panasonic 307   MEISCAN7.COM
  62.         Panasonic 506   MEISCAN6.COM
  63.         Panasonic 505   MEISCAN5.COM
  64.  
  65.     These helper drivers are available from Panasonic.  The helper
  66.     driver must be run before PANAS.EXE is run.  Use the following
  67.     switches when installing the helper driver:
  68.  
  69.         MEISCAN[n].COM /Vxx /Pyyy
  70.         
  71.         Where xx  = the interrupt number (50-AF hex)
  72.               yyy = the port address of the card (default is 100)
  73.               n   = the version of the helper driver
  74.  
  75.     Note: Because the helper driver cannot be loaded from the CONFIG.SYS
  76.           file, PANAS.EXE cannot either.  Both, however, may be loaded
  77.           in the AUTOEXEC.BAT file. The helper driver must be listed
  78.           before PANAS.EXE.
  79.  
  80.  
  81. The current list of possible parameters follows:
  82.  
  83.  
  84.     /Cxx    = Application Code
  85.     /H      = Displays the parameters the scanner driver supports
  86.     /?      = Displays the parameters the scanner driver supports
  87.     /U      = Unload driver
  88.     /V      = Verbose messages and status displays
  89.  
  90.  
  91. Error/Information Messages
  92. ==========================
  93.  
  94. The following list of messages applies to all Revision 6 scanner 
  95. drivers.  Not all drivers have all of the messages. For example, if a driver 
  96. does not have a DMA setting, the user will not get an invalid DMA 
  97. message.
  98.  
  99.  
  100.     'ZSoft Scanner Driver, version 6.00'
  101.     'Copyright(C) ZSoft Corp. 1991, All rights reserved.'
  102.  
  103. This message is the sign-on copyright that is displayed whenever the scanner 
  104. driver is loaded or run.
  105.  
  106. =========
  107.  
  108.     'Loaded driver found.'
  109.  
  110. This message is displayed when the scanner driver is already loaded and an 
  111. attempt is made to re-load the driver.
  112.  
  113. =========
  114.  
  115.     'Driver loaded, using "x" bytes of DOS memory'
  116.  
  117. This message is displayed when the scanner driver is loaded into memory and 
  118. informs the user of the amount of memory used by the driver.
  119.  
  120. =========
  121.  
  122.     'The scanner driver has been removed from memory'
  123.  
  124. This message is displayed when the /U parameter is specified to unload 
  125. the scanner driver (TSR mode only).
  126.  
  127. =========
  128.  
  129.  
  130.     'Invalid parameter - ?'
  131.  
  132. This message is displayed when the scanner driver finds a 
  133. command line parameter the driver does not support or recognize.
  134.  
  135. =========
  136.  
  137.     'Old format scanner driver currently loaded.'
  138.     'Remove scanner driver from CONFIG.SYS and reboot'
  139.  
  140. This message is displayed when the user attempts to load a Revision 6 
  141. scanner driver "over" an old format driver.  The user has not removed the old 
  142. scanner driver from CONFIG.SYS and the Revision 6 scanner driver refuses to 
  143. load.
  144.  
  145. =========
  146.  
  147.     'Driver not loaded'
  148.  
  149. This message is displayed along with the error messages listed above to 
  150. inform the user that the scanner driver has not been loaded.
  151.  
  152.