home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Scanner / MUSTEK / DISK1 / README2.DOC < prev    next >
Encoding:
Text File  |  1994-02-24  |  8.4 KB  |  244 lines

  1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. ~              README OF SCANKIT UTILITY                           ~
  3. ~              (FOR PRINSCAN SERIES)                               ~
  4. ~              FEB 21, 1994                                        ~
  5. ~                                                                  ~
  6. ~              Copyright (c) 1993 Mustek, Incorporated             ~
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8.  
  9. This file contains the following topics:
  10.  
  11.    *  About the EMM386.EXE
  12.  
  13.    *  Running Scankit Utility
  14.  
  15.    *  Editing the scanner device line
  16.  
  17.  
  18. Before proceeding, it is important that you have completed the
  19. following steps:
  20.  
  21.    Step 1:  Connect the PrinScan adapter with your computer.
  22.  
  23.    Step 2:  Connected the scanner to the PrinScan adapter.
  24.  
  25.    Step 3:  Run the Install program.
  26.  
  27.  
  28. If you have not yet completed the above 3 steps, please refer to the
  29. scanner's User Guide for assistance in completing them.
  30.  
  31.  
  32. ABOUT THE EMM386.EXE
  33. ~~~~~~~~~~~~~~~~~~~~
  34. EMM386.EXE is an expanded memory manager supported by Windows.
  35.  
  36. 1. Do you need the EMM386.EXE?
  37. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38.     If, after installation, you are able to get good scanning results,
  39.     (i.e. good image quality), then you will not need to install the
  40.     EMM386.EXE. If, however, you are unable to get good scanning results
  41.     (i.e. poor image quality), with the PrinScan adapter, AND your PC system
  42.     has more than two megabytes of extended memory, then it is recommended
  43.     that you should install EMM386.EXE to improve the scanning quality.
  44.  
  45. 2. Installing the EMM386.EXE
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47.     Make sure that your Windows has EMM386.exe and add the following line
  48.     to the config.sys file.
  49.  
  50.         device={Windows' Directory}\emm386.exe ram x=b000-c7ff 1664
  51.  
  52.         for example: device=c:\windows\emm386.exe ram x=b000-c7ff 1664
  53.  
  54.     NOTE: 1. Please be aware that the EMM386.EXE should be used with HIMEM.SYS.
  55.              Other XMS drivers like QEMM386.SYS should not be used.
  56.  
  57.           2. Recommended setting of expanded memory is 1664K.
  58.  
  59. 3. System Side Effects after installing the EMM386.EXE
  60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61.     3.1 The extended memory installed will be used as expanded memory
  62.         and thus cannot be used by Windows when running enhanced mode.
  63.  
  64.     3.2 After installing the EMM386.EXE, Windows may be run only under
  65.         standard mode if the system does not have enough extended memeory.
  66.  
  67. RUNNING SCANKIT UTILITY
  68. ~~~~~~~~~~~~~~~~~~~~~~~
  69.  
  70. 1.  Start Windows by typing "win."
  71.  
  72. 2.  Double-click the ScanKit Utility Icon (which appears after installation) to
  73.     run the Scankit Utility or,
  74.  
  75.         2.1 Use the Program Manager's File RUN command, type:
  76.  
  77.             "scanw"
  78.  
  79.             Also include the DOS pathname.
  80.             (Examples: C:\SCANW\scanw  )
  81.  
  82.         2.2 Click OK.
  83.  
  84.  
  85.  
  86. EDITING THE SCANNER DEVICE LINE
  87. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88.  
  89. 1.  INTRODUCTION
  90. ~~~~~~~~~~~~~~~~
  91.     For the computer to recognize that you have installed a scanner,
  92.     the CONFIG.SYS file should contain a device line that specifies
  93.     the scanner driver and the configuration (i.e.,  IRQ, and
  94.     I/O address settings) used by the PrinScan adapter.
  95.  
  96.     TAKE NOTE THAT INSTALLING SCANKIT UTILITY WILL AUTOMATICALLY
  97.     UPDATE THE CONFIG.SYS FILE FOR THE SCANNER DEVICE LINE.
  98.  
  99.     However, there are instances when you may need to manually
  100.     change the parameters in the scanner device line. For
  101.     example, if you have to change the IRQ setting to avoid a
  102.     hardware conflict.
  103.  
  104.     To edit the CONFIG.SYS file, you will need a text editor.
  105.     If you have DOS 5.0, you could use EDIT.EXE. If you have a DOS
  106.     version below 5.0, you could use EDLIN.COM. Under Windows, you
  107.     could also use the Windows Notepad. Please refer to your DOS
  108.     (or Windows) manual for steps on how to use these text editors.
  109.  
  110.     Read carefully the following sections to obtain more information
  111.     on how to set the parameters in the scanner device line.
  112.  
  113. 2.  THE SCANNER DEVICE LINE
  114. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  115.  
  116.     The scanner device line should include four (4) items. These are:
  117.  
  118.        *  Device driver
  119.  
  120.        *  IRQ setting
  121.  
  122.        *  Scanner type setting
  123.  
  124.        *  I/O address setting
  125.  
  126.  
  127.      In the CONFIG.SYS file, the correct syntax for the scanner
  128.      device line is as follows:
  129.  
  130.  
  131.            DEVICE=[drive:\][path-directory\]driver-name  In An Sn
  132.  
  133.  
  134.      where:
  135.  
  136.  
  137.      [drive:\][path-directory\]    is the drive and subdirectory
  138.                                    where the scanner driver is located
  139.  
  140.      driver-name                   is the name of the scanner driver
  141.                                    (e.g., PRINSCAN.SYS)
  142.  
  143.      In                            is the IRQ setting
  144.                                    (e.g., I7 for IRQ7)
  145.  
  146.      An                            is the I/O address
  147.                                    (e.g., A378 for I/O address LPT1)
  148.  
  149.      Sn                            is the scanner type
  150.                                    (e.g., S2 for HT-105 scanner)
  151.  
  152.  
  153.  
  154. 3.  SETTING THE SCANNER DEVICE LINE PARAMETERS
  155. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  156.  
  157.     When you edit the scanner device line, there are certain
  158.     precautions that you should take note of especially when
  159.     choosing the IRQ, and I/O address settings for the
  160.     prinscan adapter.
  161.  
  162.     Avoid hardware and software conflicts that can adversely
  163.     affect the performance of the scanner by selecting only the
  164.     available and unused IRQ, and I/O address settings.
  165.  
  166.     Use the following options for setting the scanner device line
  167.     parameters.
  168.  
  169.  
  170.   3.1  The Mustek scanner device driver  [driver-name]
  171.  
  172.        The Mustek scanner device driver is found in the Scankit
  173.        Utility subdirectory. For the scanner to work, it is
  174.        important that the scanner driver is loaded properly when
  175.        you boot your computer. In the CONFIG.SYS file, make sure
  176.        the driver in the scanner device line has the correct path.
  177.  
  178.  
  179.  
  180.        Driver-Name:    For Mustek hand-held scanners:
  181.        ------------    ------------------------------
  182.        PRINSCAN.SYS          HT-105 / Matador 105
  183.  
  184.        PSCAN3.SYS            HT-105/MATADOR 105, HT-800 TURBO,
  185.                              GS-800, CG-6000
  186.  
  187.   3.2  The IRQ level  [In]
  188.  
  189.        When you assign the IRQ setting for the PrinScan adapter,
  190.        make sure it is not used by any other device connected to
  191.        your computer. The available IRQ levels for the PrinScan
  192.        adapter are:
  193.  
  194.        I5        for  IRQ 5
  195.        I7        for  IRQ 7 (recommended setting)
  196.        I10       for  IRQ 10
  197.        I11       for  IRQ 11
  198.        I12       for  IRQ 12
  199.        I15       for  IRQ 15
  200.  
  201.   3.4  The Scanner type  [Sn]
  202.  
  203.        S2        for  HT-105 / Matador 105
  204.        S6        for  HT-800 TURBO
  205.        S5        for  GS-800
  206.        S4        for  CG-6000
  207.  
  208.   3.5  The I/O Address  [An]
  209.  
  210.        The PRINSCAN adapter has three  available I/O addresses and is
  211.        equipped with a switch for selecting the address setting.
  212.  
  213.        The three available I/O addresses normally are:
  214.  
  215.          *  378 (LPT1)
  216.          *  278 (LPT2)
  217.          *  3BC (LPT3)
  218.  
  219.        Note: The address which is actually used for LPT(1,2 or 3) depends
  220.              upon your system configuration. After installing the PrinScan
  221.              adapter, you can run the ScanTest program to find out what
  222.              address your system actually can use in the scanner device
  223.              line of the CONFIG.SYS file.
  224.  
  225.  
  226.   3.6  Examples of Scanner Device Lines
  227.  
  228.  
  229.        DEVICE=C:\SCANW\PRINSCAN.SYS  I7 S2 A378
  230.        In the example above, the scanner driver PRINSCAN.SYS is
  231.        located in subdirectory SCANW of drive C. The parameters
  232.        used are  IRQ 7, and I/O address 378. The scanner
  233.        model is either the HT-105 or the Matador 105.
  234.  
  235.        DEVICE=D:\SCANW\PRINSCAN.SYS  I5 S2 A278
  236.        In the example above, the scanner driver PRINSCAN.SYS is
  237.        located in subdirectory SCANW of drive D. The parameters
  238.        used are  IRQ 5, and I/O address 278. The scanner
  239.        model is either the HT-105 or the Matador 105.
  240.  
  241.        AFTER YOU HAVE EDITED THE SCANNER DEVICE LINE IN THE
  242.        CONFIG.SYS FILE, REBOOT YOUR COMPUTER TO MAKE SURE THE
  243.        CONFIG.SYS FILE IS READ.
  244.