home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m246 / 2.ddi / CPCHND.DO_ / CPCHND.bin
Encoding:
Text File  |  1992-10-15  |  3.6 KB  |  118 lines

  1.  
  2.              Complete Hand/Half page scanner driver
  3.                   CPCHND.EXE
  4.                  Oct 15, 1992
  5.  
  6. The CPCHND driver is a revision 6.1 scanner driver (see REV6.DOC for more 
  7. information).  This driver supports the Complete Hand 400, Half page, Half
  8. page GS, and Half page 400 scanners with all ZSoft products.
  9.  
  10. You can run CPCHND.EXE from your CONFIG.SYS, AUTOEXEC.BAT, other batch
  11. file, or the DOS command line.  To manually add the device driver to your
  12. CONFIG.SYS, use a text editor to type the entry as it appears below.
  13.  
  14. device=CPCHND.EXE
  15.  
  16. Be sure to include a path if the scanner driver is not in your root directory. 
  17. Remember to include additional parameters when necessary.
  18.  
  19. This driver supports the following features:
  20.  
  21.     The Complete Hand Scanner/400 ( default scanner )
  22.     =================================================
  23.     Brightness Settings     Set on scanner
  24.     Contrast Settings       None
  25.     Automatic Brightness    No
  26.     Automatic Contrast      No
  27.     Resolutions             400, 300, 200 dpi
  28.     Scan Modes              B/W
  29.     Halftones               Set on scanner
  30.     Enhancements            B/W reversal
  31.     Maximum Scan Area       2" x 11.7"
  32.  
  33.  
  34.     The Complete Half-Page:
  35.     =================================================
  36.     Brightness Settings     Set on scanner
  37.     Contrast Settings       None
  38.     Automatic Brightness    No
  39.     Automatic Contrast      No
  40.     Resolutions             200 dpi
  41.     Scan Modes              B/W
  42.     Halftones               Set on scanner
  43.     Enhancements            B/W reversal
  44.     Maximum Scan Area       4" x 11.7"
  45.  
  46.  
  47.     The Complete Half-Page GS:
  48.     =================================================
  49.     Brightness Settings     Set on scanner
  50.     Contrast Settings       None
  51.     Automatic Brightness    No
  52.     Automatic Contrast      No
  53.     Resolutions             400, 300, 200, 100 dpi (see note below)
  54.     Scan Modes              B/W                     - all resolutions
  55.                 Gray Scale 16 levels    - 100 and 200 dpi
  56.                 Gray scale 256 levels   - 100 dpi
  57.     Halftones               None
  58.     Enhancements            B/W reversal
  59.     Maximum Scan Area       4" x 11.7"
  60.  
  61.  
  62.     The Complete Half-Page/400:
  63.     =================================================
  64.     Brightness Settings     Set on scanner
  65.     Contrast Settings       None
  66.     Automatic Brightness    No
  67.     Automatic Contrast      No
  68.     Resolutions             400, 300, 200 dpi (see note below)
  69.     Scan Modes              B/W
  70.     Halftones               Set on scanner
  71.     Enhancements            B/W reversal
  72.     Maximum Scan Area       4" x 11.7"
  73.  
  74.  
  75. The CPCHND scanner driver's optional command line parameters are listed below:
  76.  
  77.     /Bxxx   = Interrupt Buffer size (in Kilobytes)
  78.     /Cxx    = Application Code
  79.     /Dx     = DMA channel (1,3)
  80.     /H      = Displays the parameters the scanner driver supports
  81.     /?      = Displays the parameters the scanner driver supports
  82.     /Ixx    = Irq number (2,3,4,5)
  83.     /Oxxx   = I/O port (hex value)
  84.     /Px     = I/O Port (0-7)
  85.     /Txxxx  = Do diagnostic Testing (verify communication with scanner)
  86.     /U      = Unload driver
  87.     /V      = Verbose messages and status displays
  88.     /0      = Hand Scanner/400 (default scanner)
  89.     /1      = Half-Page
  90.     /2      = Half-Page GS
  91.     /3      = Half-Page/400
  92.  
  93. See REV6.DOC for detailed information on the standard command line options.
  94.  
  95. Available port addresses and the parameters you should add:
  96.  
  97.     Port 3E0H    /o3E0 or /p0
  98.     Port 3A0H    /o3A0 or /p1
  99.     Port 360H    /o360 or /p2
  100.     Port 320H    /o320 or /p3
  101.     Port 2E0H    /o2E0 or /p4
  102.     Port 2A0H    /o2A0 or /p5
  103.     Port 260H    /o260 or /p6
  104.     Port 220H    /o220 or /p7
  105.  
  106. DMA Channels:
  107.  
  108.     DMA channel 1    /d1
  109.     DMA channel 3    /d3
  110.  
  111. Interrupt Number:
  112.  
  113.     IRQ 2        /i2
  114.     IRQ 3        /i3
  115.     IRQ 4        /i4
  116.     IRQ 5        /i5
  117.  
  118.