home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / mustek / hhw208 / hhw208.exe / README.DOC < prev    next >
Text File  |  1996-02-22  |  11KB  |  311 lines

  1.  
  2. This file contains important information for how to change the scanner
  3. configuration setting.
  4.  
  5.  
  6. INTRODUCTION
  7. ~~~~~~~~~~~~~~
  8.  
  9. During the installation of Mustek TWAIN Data Source, a device line that specifies the scanner driver and the used configuration (i.e.,  IRQ, DMA and I/O address settings) will be automatically updated in the CONFIG.SYS  file.
  10.  
  11. However, there are instances when you may need to change the IRQ, DMA or I/O address setting to avoid a hardware conflict. 
  12.  
  13.  
  14. HOW TO CHANGE THE CONFIGURATION SETTING
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16.  
  17. 1. TOOLS FOR EDITING THE SCANNER DEVICE LINE
  18.  
  19.    To edit the CONFIG.SYS file, you will need a text editor. If you have
  20.    DOS 5.0, you should use EDIT.EXE. If you have a DOS version below 5.0,
  21.    you should use EDLIN.COM. Under Windows, you could also use the Windows
  22.    Notepad. Please refer to your DOS (or Windows) manual for steps on how
  23.    to use these text editors.
  24.  
  25.  
  26. 2.  THE SCANNER DEVICE LINE
  27.  
  28.     The scanner device line should include the following items. These are:
  29.  
  30.        *  Device driver
  31.  
  32.        *  DMA setting (only included when using 1904 interface card )
  33.  
  34.        *  IRQ setting
  35.  
  36.        *  Scanner type setting
  37.  
  38.        *  I/O address setting
  39.  
  40.  
  41.      In the CONFIG.SYS file, the correct syntax for the scanner
  42.      device line is as follows:
  43.  
  44.  
  45.            DEVICE=[drive:\][path-directory\]driver-name  Dn In An Sn
  46.  
  47.  
  48.      where:
  49.  
  50.  
  51.      [drive:\][path-directory\]    is the drive and subdirectory
  52.                                    where the scanner driver is located
  53.  
  54.      driver-name                   is the name of the scanner driver
  55.                                    (e.g., M1904.SYS)
  56.  
  57.      Dn                            is the DMA channel
  58.                                    (e.g. D3 for DMA3)
  59.  
  60.      In                            is the IRQ setting
  61.                                    (e.g., I7 for IRQ7)
  62.  
  63.      An                            is the I/O address
  64.                                    (e.g., A2AB for I/O address 2AB, A378 for I/O address LPT1)
  65.  
  66.      Sn                            is the scanner type
  67.                                    (e.g., S9 for CG-8000 scanner, S5 for GS-800 scanner)
  68.  
  69.  
  70. 3.  SETTING THE SCANNER DEVICE LINE PARAMETERS
  71.  
  72.     When you edit the scanner device line, there are certain
  73.     precautions that you should take note of especially when
  74.     choosing the IRQ and I/O address settings for the
  75.     PrinScan adapter.
  76.  
  77.     Avoid hardware and software conflicts that can adversely
  78.     affect the performance of the scanner by selecting only the
  79.     available and unused DMA, IRQ, and I/O address settings.
  80.  
  81.     Use the following options for setting the scanner device line
  82.     parameters.
  83.  
  84.  
  85.   3.1  The Mustek scanner device driver  [driver-name]
  86.  
  87.        The Mustek scanner device driver is found in the WINDOWS\TWAIN\MHSC2  subdirectory. 
  88.        For the scanner to work, it is important that the scanner driver is loaded 
  89.        properly when you boot your computer. In the CONFIG.SYS file, make 
  90.        sure the driver in the scanner device line has the correct path.
  91.  
  92.        Driver name            Interface type
  93.        ----------------       ---------------------------
  94.  
  95.        M1904.SYS              GI1904(A) / IF-940
  96.  
  97.        M1906.SYS              GI1906
  98.  
  99.        PSCAN4.SYS             PrinScan printer port adapter
  100.  
  101.  
  102. 3.2  The DMA channel  [Dn]
  103.  
  104.        This parameter is only available for GI1904 and IF-940 Scanner
  105.        Interface Card. When you assign the DMA setting for the scanner
  106.        interface card, make sure it is not used by any other device
  107.        connected to your computer. The available DMA channels for the
  108.        interface card are:
  109.  
  110.        D1        for  DMA 1
  111.        D3        for  DMA 3 (recommended setting)
  112.  
  113.        The devices that might have DMA settings are sound cards,
  114.        SCSI devices, anti-virus cards, CD-ROM drives, multimedia
  115.        cards, etc. If you have any of these devices in the computer,
  116.        please select the DMA channel not being used.
  117.  
  118.  
  119.   3.3  The IRQ level  [In]
  120.  
  121.        When you assign the IRQ setting for the scanner interface,
  122.        make sure it is not used by any other device connected to
  123.        your computer.
  124.  
  125.        The available IRQ levels for the GI1904 and GI1906 interface
  126.        card are:( Please do not assign the IRQ setting if the IRQ
  127.        level is not used)
  128.  
  129.        I3         for  IRQ 3
  130.        I5         for  IRQ 5  (recommended setting for XT bus)
  131.        I10        for  IRQ 10 (recommended setting for AT bus)
  132.  
  133.        The available IRQ levels for the IF-940 and IF-980 interface
  134.        card are(they should be installed in a 16-bit expantion slot):
  135.        ( Please do not assign the IRQ setting if the IRQ level is
  136.        not used)
  137.  
  138.        I10        for  IRQ 10 (recommended setting for AT bus)
  139.        I11        for  IRQ 11
  140.        I12        for  IRQ 12
  141.  
  142.        The available IRQ levels for the Mustek PrinScan adapter are:
  143.  
  144.        I5         for  IRQ 5
  145.        I7         for  IRQ 7 (recommended setting)
  146.        I10        for  IRQ 10
  147.        I11        for  IRQ 11
  148.        I12        for  IRQ 12
  149.        I15        for  IRQ 15
  150.  
  151.  
  152.   3.4  The Scanner type  [Sn]
  153.  
  154.        S2        for  HT-105 / Matador 105
  155.        S7        for  GS-400 / GS-400L
  156.        S6        for  HT-800 TURBO
  157.        S5        for  GS-800
  158.        S4        for  CG-6000
  159.        S9        for  CG-8000
  160.        SA        for  CG-8400
  161.  
  162.  
  163.   3.5  The I/O Address  [An]
  164.  
  165.        3.5.1 For the GI1904, GI1906 and IF-940 Scanner Interface Card:
  166.  
  167.              The scanner interface card has eight (8) available I/O
  168.              addresses and is equipped with a switch for selecting the
  169.              address settings.
  170.  
  171.              Inspect the interface card closely. Printed on the circuit
  172.              board are the 8 available addresses.  As with the DMA and
  173.              IRQ settings, select an I/O address that is not used by any
  174.              other device connected to your computer.
  175.  
  176.              It is very important that the I/O address selection in the
  177.              scanner device  line should  match  the scanner  interface
  178.              card's I/O address setting.
  179.  
  180.              The 8 available I/O addresses are:
  181.  
  182.                *  22B                          *  32B
  183.                *  26B                          *  36B
  184.                *  2AB (recommended setting)    *  3AB
  185.                *  2EB                          *  3EB
  186.  
  187.              The I/O address  3EB will conflict with  COM3  port  and
  188.              Western Digital's IDE hard disk controller card. If you are
  189.              using the I/O address 3EB, the I/O address on the scanner
  190.              interface card (DIP switch) and in the device driver should
  191.              be changed to another address (e.g. - 26B)
  192.        
  193.        3.5.2 For the IF-980 Interface Card
  194.  
  195.              There are also eight available addresses but with no I/O
  196.              address switch for this scanner interface card. Change the
  197.              I/O address selection in the scanner device line will change
  198.              the scanner interface card's I/O address settings.
  199.  
  200.              The eight available I/O addresses are:
  201.  
  202.                *  22B                          *  32B
  203.                *  26B                          *  36B
  204.                *  2AB (recommended setting)    *  3AB
  205.                *  2EB                          *  3EB
  206.  
  207.        3.5.3 For the PrinScan adapter
  208.  
  209.              The PrinScan adapter has three  available I/O addresses and is
  210.              equipped with a switch for selecting the address setting.
  211.  
  212.              The three available I/O addresses normally are:
  213.  
  214.                *  378 (LPT1)
  215.                *  278 (LPT2)
  216.                *  3BC (LPT3)
  217.  
  218.              Note: The address which is actually used for LPT(1,2 or 3) depends
  219.                    upon your system configuration.
  220.  
  221.  
  222.   3.6  Examples of Scanner Device Lines
  223.  
  224.        DEVICE=C:\WINDOWS\TWAIN\MHSC207\M1906.SYS S9 A2AB
  225.  
  226.        In the example above, the scanner driver M1906.SYS is located
  227.        in subdirectory WINDOWS\TWAIN\MHSC2 of drive C. The parameters
  228.        used are DMA 3, and I/O address 2AB. The scanner model is the
  229.        CG-8000 color scanner.
  230.  
  231.        DEVICE=C:\WINDOWS\TWAIN\MHSC207\M1904.SYS D3 SA A2AB
  232.  
  233.        In the example above, the scanner driver M1904.SYS is located
  234.        in subdirectory WINDOWS\TWAIN\MHSC2 of drive C. The parameters 
  235.        used are DMA 3, and I/O address 2AB. The scanner model is the
  236.        CG-8400 color scanner.
  237.  
  238.        DEVICE=C:\WINDOWS\TWAIN\MHSC207\PSCAN4.SYS I7 S7 A378
  239.        In the example above, the scanner driver PRINSCAN4.SYS is
  240.        located in subdirectory WINDOWS\TWAIN\MHSC2 of drive C. The parameters
  241.        used are IRQ 7, and I/O address 378. The scanner model is the GS-400L.
  242.  
  243.        AFTER YOU HAVE EDITED THE SCANNER DEVICE LINE IN THE
  244.        CONFIG.SYS FILE, REBOOT YOUR COMPUTER TO MAKE SURE THE
  245.        CONFIG.SYS FILE IS READ.
  246.  
  247.  
  248.   4. Calibrate the scanner
  249.  
  250.      4.1 When
  251.  
  252.          4.1.1 For best scanned quality, we strongly recommend that the
  253.                scanner should be calibrated before using it for the
  254.                first time.
  255.  
  256.          4.1.2 The scanner should be calibrated for the time the scanned
  257.                quality is getting worse.
  258.  
  259.      4.2 How
  260.  
  261.          4.2.1 Click "Preference" button in the SETUP dialog box.
  262.  
  263.          4.2.2 Keep the Brightness Control in the middle position.
  264.  
  265.          4.2.3 Switch the scanner to specific scan mode and resolution
  266.                (a) Switch the scan mode to 24-bit color and resolution to
  267.                    400 dpi for color scanner(CG-8000, CG-8400 and CG-6000),
  268.                (b) Switch the scan mode to 256 gray and resolution to
  269.                    400 dpi for gray scanner(GS-800, GS-400 and GS-400L).
  270.  
  271.          4.2.4 Click "Calibration" button to calibrate scanner.
  272.  
  273.          4.2.5 Scan a clean white paper for calibration.
  274.  
  275.      4.3 Enable/Disable calibrator
  276.  
  277.          4.2.1 Click "Preference" button.
  278.  
  279.          4.2.2 Click "ON"/"OFF" button to enable/disable the calibrator.
  280.  
  281.          4.2.3 Click "OK" and accept the changes.
  282.  
  283.  
  284. SPECIAL NOTICE
  285. ~~~~~~~~~~~~~~
  286.  
  287. 1. ABOUT OmniPage OCR (TWAIN-Compliant Version)
  288. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289.    Please modify the SCANMGR.INI under the Windows directory as below:
  290.  
  291.    1.1 Set
  292.       ...
  293.       TWAINDS=Mustek Hand Scanner II
  294.       ...
  295.  
  296.    1.2 Add
  297.       ...
  298.       [Mustek Hand Scanner II]
  299.       SHOW_UI=1    --------------> Show User Interface
  300.       INVERT=1     --------------> Invert image
  301.       AUTO_BRI=0   --------------> Text(LineArt) Scan Mode
  302.       DPI=1        --------------> Resolution = 300 dpi
  303.       DOCTYPE=0    --------------> Document Type = Black & White
  304.       ORIENT=4     --------------> Orientation = Landscape(L to R)
  305.  
  306.    1.3 Switch scanner to TEXT scan mode, 300 DPI.
  307.  
  308. 2. ABOUT GO-CR V1.3 & V2.1
  309. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  310.    Merge function is not supported for this application.
  311.