home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 15 / CDE15_B.7z / CDE15_B.mdf / MOUSE / READ.ME < prev    next >
Text File  |  1993-03-24  |  8KB  |  198 lines

  1.       * * * * * * * UPDATED FEATURES FOR MOUSE DRIVER  * * * * * * *
  2.       Command format:
  3.         MOUSE [[/Dynamic Resolution] [/Mouse Port]] | /? | /H | OFF
  4.               Dynamic Resolution :  [ D | T | Q | U | V | Rn ]
  5.               Mouse Port :  [ P | B | B3 | 1 | 2 | 3 | 4 | Np,i]
  6.  
  7.       The following mouse parameters have been added to Mouse driver
  8.  
  9.      A. Dynamic Resolution ( /m, /Rn )
  10.         -------------------------
  11.         With this parameter, an exciting new concept in Mouse control
  12.         has been  developed.  A precise location on the screen can be
  13.         selected with greater ease  and speed.
  14.  
  15.         Movement of the cursor across the screen is based on the tra-
  16.         vel count  and speed of the movement of the mouse.  It is not
  17.         only measured in terms  of physical distance traveled by  the
  18.         mouse, but also checking how quick the mouse is moved by your
  19.         hand.  The faster the movement of the mouse,  the further the
  20.         cursor movement on the screen.  Therefore, less hand movement
  21.         is involved.
  22.  
  23.         You may  choose  the  desired  resolution  according  to  the
  24.         requirements of your applications.
  25.  
  26.         To select the resolution, type the command:
  27.  
  28.         A >MOUSE /m   ( Where m = D, T, U, Q and V,
  29.                                 D : 2  times
  30.                                 T : 3  times
  31.                                 Q : 4  times
  32.                                 U : 5  times
  33.                                 V : 10 times.
  34.                           If omitted, the dynamic resolution is off.)
  35.  
  36.         A >MOUSE /Rn   ( Where n = 0 to 9, 0 reset the dynamic
  37.                            resolution.)
  38.  
  39.         For example, if you set the resolution on the double times,
  40.         enter the followings : MOUSE /R2 or MOUSE /D
  41.  
  42.  
  43.      B. PS/2 mode ( /P )
  44.         ------------------
  45.         This option tell the mouse driver to install the mouse on a
  46.         mouse port. Which is compatible with IBM PS/2 pointing device
  47.         only.
  48.  
  49.  
  50.      C. Bus Mouse mode ( /B, /B3 )
  51.         --------------------------
  52.         These two options is to tell the mouse driver to run the Bus
  53.         mouse. /B is define for microsoft bus mouse with two buttons
  54.         and /B3 is for 3 buttons'.
  55.  
  56.  
  57.      D. Communication Port ( n )
  58.         ------------------------
  59.         There are four general purpose communication ports  generally
  60.         used on your personal computer. The relative address and  IRQ
  61.         no. are listed in the table below:
  62.  
  63.         -------+----------+------------------+----------
  64.            n   |  COM no. |  Address in HEX. |  IRQ no.
  65.         -------+----------+------------------+----------
  66.            1   |  COM 1   |       3F8        |  IRQ 4
  67.            2   |  COM 2   |       2F8        |  IRQ 3
  68.            3   |  COM 3   |       3E8        |  IRQ 4
  69.            4   |  COM 4   |       2E8        |  IRQ 3
  70.         -------+----------+------------------+----------
  71.  
  72.         The Serial Mouse can be set to any one of the four
  73.         communication ports, ( COM1 to COM4 ). The command format is
  74.  
  75.         A >MOUSE /n   ( Where n = 1 to 4 ).
  76.  
  77.         For example, if you install the mouse at COM1 ( default sett-
  78.         ing ), enter the following: A >MOUSE /1 or A >MOUSE
  79.  
  80.         If you want to install the mouse at COM4 enter the following:
  81.         A >MOUSE /4
  82.  
  83.  
  84.      E. I/O Port Address & IRQ no. ( /Np,i )
  85.         -----------------------------------
  86.         This new feature is provided  for the professional user when
  87.         their I/O port for the Serial Mouse is different from
  88.         the default settings as described in the table above.   They
  89.         may follow the steps listed below to select hardware interr-
  90.         upt ( IRQ no. , range from 3 to 15) and the I/O port address
  91.         install the mouse driver. (I/O port address ranges from 200
  92.         to 3F8) This option is not case sensitive :  any combination
  93.         of uppercase and lowercase letter is acceptable.
  94.  
  95.  
  96.         1). To select I/O port address and IRQ no., enter:
  97.             A >MOUSE /N3E0,3 ( Setup driver, select 3E0 (Hex) port
  98.                                address and IRQ no. 3)
  99.  
  100.         !!! WARNING !!!  If the  wrong  setting is used or not set
  101.                          it cause the mouse driver fails to be
  102.                          installed.
  103.  
  104.      F. Multiple parameter
  105.         ------------------
  106.         It is also possible to select the resolution and the commun-
  107.         ication port at the same time. The sequence of selecting the
  108.         multiple parameter is:
  109.         1). Resolution ( /m or /Rn)
  110.         2). Communication port ( /n or /a,i )
  111.  
  112.         Ex: A >MOUSE /d/N3E8,4
  113.         This case  provides  faster  movement  of the  cursor on the
  114.         screen and the mouse port address is 3E8 (Hex) in which IRQ4
  115.         is assigned.
  116.  
  117.         Ex: A >MOUSE /r3/N279,4
  118.         The  I/O  address is  279 (Hex) and IRQ4 is assigned. The
  119.         movement of cursor is 3 times faster than the movement of
  120.         mouse.
  121.  
  122.         Ex: A >MOUSE /2/R2
  123.         This command connects your mouse to the standard communicat-
  124.         ion port COM2 and the movement of the cursor become 2 times
  125.         faster than the movement of mouse.
  126.  
  127.  
  128.         Ex: A >MOUSE /4
  129.         This command connects your mouse to the standard communicat-
  130.         ion port COM4  ( The address and IRQ no.  are found in table
  131.         of section B ) where default dynamic resolution is being
  132.         used.
  133.  
  134.  
  135.      G. Default option :
  136.         ----------------
  137.  
  138.         Ex : C >MOUSE
  139.  
  140.         The default dynamic resolution in this driver is under "OFF".
  141.  
  142.         Condition ( /R0 ) :
  143.         The priority of the default mouse is as follows :
  144.         1). PS/2 mode
  145.         2). Bus mouse ( with microsoft compatible )
  146.         3). Serial mode at com1
  147.         The driver will search each mode base on this priority
  148.  
  149.  
  150.      H. uninstall ( OFF )
  151.         -------------------------
  152.         This option removes the mouse driver from memory.
  153.  
  154.         Ex : C>MOUSE OFF
  155.  
  156.  
  157.      I. Install batch file
  158.         ---------------------------------------
  159.         The automatic installation program -- INSTALL.BAT might create
  160.         a sub-directory different from what is written on manual,
  161.         however this doesn't cause any differences on mouse operation.
  162.         We therefore advise users not to care about this.
  163.  
  164.  
  165.      J. Help ( /H, /h or /? )
  166.         -------------------------
  167.         This option displays all of the options and the command list.
  168.  
  169.  
  170.      K. Setting acceleration curves ( /An )
  171.         -------------------------
  172.         This option will setting mouse driver acceleration curves table.
  173.  
  174.         Ex : C>MOUSE /A1      ; Set acceleration curves equ slow speed.
  175.  
  176.                       ( Where n = 1, 2, 3, and 4,
  177.                                 1 :  Slow.
  178.                                 2 :  Moderate.
  179.                                 3 :  Fast.
  180.                                 4 :  Unaccelerated.
  181.                           Default is Moderate.)
  182.  
  183.      L. Setting language number for display message( /Ln )
  184.         -------------------------
  185.  
  186.         Ex : C>MOUSE /L0      ; Set ENGLISH message display.
  187.  
  188.                       ( Where n = 0, 1, 2, 3, 6, and 8,
  189.                                 0 :  ENGLISH message display.
  190.                                 1 :  FRENCH message display.
  191.                                 2 :  DUTCH message display.
  192.                                 3 :  GERMAN message display.
  193.                                 6 :  SPANISH message display.
  194.                                 8 :  ITALIAN message display.
  195.                           Default is ENGLISH display .)
  196.  
  197.  
  198.