home *** CD-ROM | disk | FTP | other *** search
/ PC Home 44 / PC_Home_Issue_44.iso / image / pfinish / disk2 / microtek.do_ / microtek.bin
Encoding:
Text File  |  1992-07-10  |  5.5 KB  |  166 lines

  1. MICROTEK.EXE
  2.                 
  3. The Microtek scanner driver is a Revision 6 scanner driver 
  4. (see REV6.DOC for more information) providing black and white 
  5. and gray scale scanning for current ZSoft products and 
  6. 3-pass 24 bit color scanning for Revision 6 compliant products.
  7.  
  8. The MICROTEK.EXE scanner driver is used for the following Microtek 
  9. scanners:
  10.  
  11. 200A, 200C, 300A, 300C, 300G, 300Z, 400G, 600G, 600Z, 800G, and 800Z
  12.  
  13. The ZSoft Microtek scanner driver requires the scanner driver MSCAN.SYS.  
  14. supplied by Microtek. MSCAN.SYS should be loaded before the ZSoft driver.
  15.  
  16. You can run MICROTEK.EXE from your CONFIG.SYS, AUTOEXEC.BAT, or
  17. other batch file. To manually add the device driver to your 
  18. CONFIG.SYS, use a text editor to type the entry as it appears 
  19. below. Be sure to include a path if the scanner driver is not 
  20. in your root directory. Remember to include additional parameters 
  21. when necessary. 
  22.  
  23. CONFIG.SYS Entry
  24. -----------------
  25. device=MISCAN.SYS
  26. device=MICROTEK.EXE 
  27.  
  28. You may also need to add an application code parameter to the 
  29. MICROTEK.EXE line of your CONFIG.SYS entry depending on which 
  30. program you are using. If the parameter is omitted, the 
  31. application will still work, but may be missing some features. 
  32. PhotoFinish, Publisher's Paintbrush version 2.02 or higher, and
  33. PC Paintbrush 5+ do not require an application code. 
  34.  
  35. If you are using                  ...add this parameter
  36. this ZSoft program...             to your CONFIG.SYS entry.
  37.  
  38. PC Paintbrush Plus (DOS)          /C1
  39. PC Paintbrush Plus (Windows)      /C2
  40. PC Paintbrush IV Plus (DOS)       /C3
  41. Publisher's Paintbrush (Windows)  /C4
  42.  
  43. The MICROTEK.EXE scanner driver does support variable resolution. 
  44. However, the horizontal and vertical values must be equal or 
  45. you may experience unpredictable results.
  46.  
  47. The commands provided by the Microtek scanner driver are listed 
  48. below in the example of the /H parameter.
  49.  
  50.     ZSoft Scanner Driver, version 6.00
  51.     Copyright(C) ZSoft Corp. 1991, All rights reserved.
  52.  
  53.     Valid commands:
  54.  
  55.     /Cxx    = application Code
  56.     /H      = display this Help text
  57.     /?      = display this help text
  58.     /Oxxxx  = I/O port (hex value)
  59.     /Px     = I/O Port (0-5)
  60.     /U      = Unload driver
  61.     /V      = Verbose messages and status displays
  62.     /0x     = Scanner head speed (1-5), where 1 is fastest (default is 3)
  63.     /1      = Turn on DMA channel 1 (default is normal I/O)
  64.  
  65. /0
  66. ==
  67.  
  68. This command allows the user to select the head speed for scanning.  
  69. Slowspeeds give better quality but require more patients.  
  70. /01 is the fastest, /05 is the slowest and /03 is the default.
  71.  
  72. /1
  73. ==
  74.  
  75. The /1 command turns on DMA.  Normally the Microtek uses simple 
  76. I/O to send and receive data to/from the scanner.  When /1 is 
  77. used the scanner board will use DMA channel 1 for I/O (no other 
  78. channel is available).
  79.  
  80.  
  81. The "built in" port addresses (/P or /O parameters) for the Microtek 
  82. are as follows:
  83.  
  84.     0 - 100h        ex: MICROTEK /p0  or  MICROTEK /o100
  85.     1 - 120h        ex: MICROTEK /p1  or  MICROTEK /o120
  86.     2 - 200h        ex: MICROTEK /p2  or  MICROTEK /o200
  87.     3 - 220h        ex: MICROTEK /p3  or  MICROTEK /o220
  88.     4 - 300h        ex: MICROTEK /p4  or  MICROTEK /o300
  89.     5 - 320h        ex: MICROTEK /p5  or  MICROTEK /o320
  90.  
  91. The hardware settings for the Microtek are as follows (there are several
  92. scanner boards available that can drive the Microtek scanners):
  93.  
  94.     MS-PCX and MS-PCY cards:
  95.  
  96.          1   2   3   4   5   6   7   8     switch
  97.     a   100  on  off on  on  on  on  on  on
  98.     d   120  on  off on  on  off on  on  on
  99.     d   200  off on  on  on  on  on  on  on
  100.     r   220  off on  on  on  off on  on  on
  101.     s   300  off off on  on  on  on  on  on
  102.     320  off off on  on  off on  on  on
  103.  
  104.     MS-PCE card:
  105.  
  106.          1   2   3   4   5   6   7   8     switch
  107.     a   100  on  on  on  on  on  on  off on
  108.     d   120  on  on  on  off on  on  off on
  109.     d   200  on  on  on  on  on  on  on  off
  110.     r   220  on  on  on  off on  on  on  off
  111.     s   300  on  on  on  on  on  on  off off
  112.     320  on  on  on  off on  on  off off
  113.  
  114.  
  115. Microtek Messages
  116. =================
  117.  
  118.     'Checking scanner...'
  119.  
  120. The checking message is displayed during initialization of the 
  121. scanner. Since this operation might take a few seconds the 
  122. scanner driver is informing the user, rather that look like it 
  123. has "locked up".
  124.  
  125.  
  126.     'Supporting: ???????????'
  127.  
  128. This message is displayed upon successful initialization of the Microtek 
  129. scanner.  The name and model of the scanner found will be displayed.
  130.  
  131.  
  132. Microtek Error Messages
  133. =======================
  134.  
  135.     'MSCAN.SYS not found!  Driver NOT loaded.'
  136.  
  137. This message is displayed when the scanner driver can not find the "helper" 
  138. driver (MSCAN.SYS provided by Microtek, Inc.).  The ZSoft Microtek scanner 
  139. driver requires that MSCAN.SYS be loaded before it is loaded.
  140.  
  141.  
  142.     'Invalid speed specified.'
  143.  
  144. This message is displayed when the user specifies an invalid value 
  145. for the /0 parameter.
  146.  
  147.  
  148.     'This Microtek scanner NOT supported!'
  149.  
  150. This message is displayed when the scanner driver detects a Microtek scanner 
  151. model that is unknown.
  152.  
  153.  
  154.     'Scanner not responding (do you have the right address?)'
  155.  
  156. This message is displayed at initialization time if the scanner driver 
  157. cannot successfully communicate with the scanner.
  158.  
  159.  
  160.     'Error communicating with MSCAN.SYS (????)'
  161.  
  162. This message is displayed when an error occurs while sending or receiving 
  163. information from MSCAN.SYS (the Microtek supplied driver).  An error code is 
  164. included in the message to help identify the problem.
  165.  
  166.