home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m246 / 2.ddi / HOWTEK.DO_ / HOWTEK.bin
Encoding:
Text File  |  1992-09-21  |  5.5 KB  |  166 lines

  1.              Howtek series scanner driver
  2.                   HOWTEK.EXE
  3.                   September 17, 1992
  4.  
  5. The Howtek series driver is a revision 6 scanner driver (see REV6.DOC for 
  6. more information) providing black and white, gray scale, and color 
  7. scanning for all ZSoft products.
  8.  
  9. You can run HOWTEK.EXE from your CONFIG.SYS, AUTOEXEC.BAT, or other  
  10. batch file. To manually add the device driver to your CONFIG.SYS, 
  11. use a text editor to type the entry as it appears below. Be sure to 
  12. include a path if the scanner driver is not in your root directory. 
  13. Remember to include additional parameters when necessary. 
  14.  
  15. CONFIG.SYS entry for the Personal Color Scanner:
  16.  
  17. device=HOWTEK.EXE
  18.  
  19. CONFIG.SYS entry for the ScanMaster:
  20.  
  21. device=GIPB.COM
  22. device=HOWTEK.EXE 
  23.  
  24. You may also need to add a parameter to the CONFIG.SYS entry depending on
  25. which program you are using or which scanner you are using. See the 
  26. information below for the parameters you may need to add.
  27.  
  28. If you are using                  ...add this parameter
  29. this ZSoft program...             to your CONFIG.SYS entry.
  30.  
  31. PC Paintbrush Plus (DOS)          /C1
  32. PC Paintbrush Plus (Windows)      /C2
  33. PC Paintbrush IV Plus (DOS)       /C3
  34. Publisher's Paintbrush (Windows)  /C4
  35.  
  36. PhotoFinish, Publisher's Paintbrush version 2.02 or higher, and 
  37. PC Paintbrush 5+ do not need an application code parameter.
  38. This driver supports the following features:
  39.  
  40.      HOWTEK PERSONAL COLOR SCANNER:
  41.      ==============================
  42.      Brightness Settings     1-255
  43.      Contrast Settings       1-255
  44.      Automatic Brightness    No
  45.      Automatic Contrast      No
  46.      Resolutions             1-300 DPI by 1
  47.      Scan Modes              B/W, GS 256, Color 24-bit
  48.      Halftones               None
  49.      Enhancements            Edge Enhance
  50.      Maximum Scan Area       8.5" x 14"
  51.  
  52.      HOWTEK SCANMASTER:
  53.      ==============================
  54.      Brightness Settings     1-255
  55.      Contrast Settings       1-255
  56.      Automatic Brightness    No
  57.      Automatic Contrast      No
  58.      Resolutions             30-300 DPI by 1
  59.      Scan Modes              B/W, GS 256, Color 24-bit
  60.      Halftones               None
  61.      Enhancements            Edge Enhance
  62.      Maximum Scan Area       11" x 17"
  63.  
  64. The commands provided by the driver are listed below in the example of 
  65. the /H parameter.
  66.  
  67.      ZSoft Scanner Driver, version 6.01
  68.      Copyright(C) ZSoft Corp. 1991, 1992.  All rights reserved.
  69.      
  70.      Valid commands:
  71.      
  72.      /Cx    = application Code (1-4)
  73.      /H     = display this Help text
  74.      /?     = display this help text
  75.      /Oxxx  = I/O port (hex value)
  76.      /Px    = I/O Port (0-3)
  77.      /U     = Unload driver
  78.      /V     = Verbose messages and status displays
  79.      /G<dev>= GPIB device driver name (default is /GDEV7)
  80.      /0x    = Scanner head speed (1-2), where /01 is fastest (default is /02)
  81.      /1     = Personal Color Scanner, else ScanMaster on GPIB
  82.      
  83.  
  84. /0
  85. ==
  86.  
  87. This command allows the user to select the head speed for scanning.  Slow
  88. speeds give better quality but require more patience.  /01 is the faster,
  89. and /02 is slower.
  90.  
  91. /1
  92. ==
  93.  
  94. This command selects whether you have a Personal Color Scanner or the 
  95. ScanMaster.  ScanMaster communicates through a GPIB card.  The Personal 
  96. Color Scanner communicates through its own parallel interface card.  
  97. /1 selects the Personal Color Scanner.
  98.  
  99.  
  100. Built-in Addresses
  101. ==================
  102.  
  103. The /P and /O parameters specify the I/O port address for the Personal 
  104. Color Scanner only.  Any hexadecimal port address may be specified 
  105. with the /O parameter.  The "built in" port addresses (/P parameter) 
  106. are as follows:
  107.  
  108.      0 = 200h (default)      ex: /p0  or  /o200
  109.      1 = 270h                ex: /p1  or  /o270
  110.      2 = 300h                ex: /p2  or  /o300
  111.      3 = 370h                ex: /p3  or  /o370
  112.  
  113. The hardware setting of the adapter card allow for any I/O address 
  114. to be set in increments of 10Hex from 000 to 3FF.  Examples of 
  115. the corresponding switch settings for the /P parameter are as follows:
  116.  
  117.          10H  20H  40H  80H  100H 200H   switch
  118.         +----+----+----+----+----+----+
  119.     a   200 |off |off |off |off |off |on  |
  120.     d       +----+----+----+----+----+----+
  121.     d   270 |on  |on  |on  |off |off |on  |
  122.     r       +----+----+----+----+----+----+
  123.     e   300 |off |off |off |off |on  |on  |
  124.     s       +----+----+----+----+----+----+
  125.     s   370 |on  |on  |on  |off |on  |on  |
  126.         +----+----+----+----+----+----+
  127.  
  128.  
  129. Messages
  130. ========
  131.  
  132.      Checking scanner...
  133.  
  134. The checking message is displayed during initialization of the 
  135. Personal Color Scanner.  Since this operation might take a few 
  136. seconds the scanner driver is informing the user, rather than 
  137. look as if it has "locked up."  Note that if the scanner is not 
  138. turned on, the system will hang on this message.
  139.  
  140.      Supporting: ??????????? on GPIB device xxxxxxx
  141.  
  142. This message is displayed upon successful initialization of the 
  143. scanner.  The name and model of the scanner found will be displayed.
  144.  
  145.  
  146. Error Messages
  147. ==============
  148.  
  149.      Invalid speed specified.
  150.  
  151. This message is displayed when the user specifies an invalid value 
  152. for the /0 parameter.
  153.  
  154.  
  155.      Scanner not responding (do you have the right address?)
  156.  
  157. This message is displayed at initialization time if the scanner 
  158. driver cannot successfully communicate with the scanner.
  159.  
  160.  
  161.      Cannot find GPIB.COM device driver named xxxx.
  162.  
  163. This message is displayed when the HOWTEK driver needs the GPIB device 
  164. driver to operate, and it is not present.
  165.  
  166.