home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m249 / 1.img / AMOUSE.HLP < prev    next >
Encoding:
Text File  |  1991-08-13  |  5.2 KB  |  143 lines

  1.       * * * * * * UPDATED FEATURES FOR AMOUSE VERSION 7.0 * * * * * *
  2.  
  3.       The following mouse parameters have been added to Amouse driver
  4.  
  5.      A. Communication Port
  6.         ------------------
  7.         There are four general purpose communication ports  generally
  8.         used on your personal computer. The relative address and  IRQ
  9.         no. are listed in the table below:
  10.  
  11.         -------+----------+------------------+----------
  12.            n   |  COM no. |  Address in HEX. |  IRQ no.
  13.         -------+----------+------------------+----------
  14.            1   |  COM 1   |       3F8h       |  IRQ 4
  15.            2   |  COM 2   |       2F8h       |  IRQ 3
  16.            3   |  COM 3   |       3E8h       |  IRQ 4
  17.            4   |  COM 4   |       2E8h       |  IRQ 3
  18.         -------+----------+------------------+----------
  19.  
  20.         The Serial Mouse can be set to any one of the four
  21.         communication ports, ( COM1 to COM4 ). The command format is
  22.  
  23.         A:>AMOUSE /n   ( Where n = 1 to 4 ).
  24.  
  25.         For example, if you install the mouse at COM1 ( default sett-
  26.         ing ), enter the following:
  27.         A:>AMOUSE /1 or A:>AMOUSE
  28.  
  29.         If you want to install the mouse at COM4 enter the following:
  30.         A:>AMOUSE/4
  31.  
  32.  
  33.      B. Resolution
  34.         ----------
  35.         With this parameter, an exciting new concept in Mouse control
  36.         has been  developed.  A precise location on the screen can be
  37.         selected with greater ease and speed.
  38.  
  39.         Movement of the cursor across the screen is based on the tra-
  40.         vel count  and speed of the movement of the mouse.  It is not
  41.         only measured in terms  of physical distance traveled by  the
  42.         mouse, but also checking how quick the mouse is moved by your
  43.         hand.  The faster the movement of the mouse,  the further the
  44.         cursor movement on the screen.  Therefore, less hand movement
  45.         is involved.
  46.  
  47.         The Mouse's resolution can  be  increased  up  to  2000  dots
  48.         per inch.  You may choose the desired resolution according to
  49.         the requirements of your applications.
  50.  
  51.         This option is not case sensitive : any combination of upper-
  52.         case and lowercase letter is acceptable.
  53.  
  54.         To select the resolution, type the command:
  55.  
  56.  
  57.         A:>AMOUSE /Rn   ( Where n = 0 to 9, 0 set the auto hardware
  58.                           resolution.)
  59.  
  60.         For example, if you set the resolution on the double times,
  61.         enter the followings : AMOUSE /R2
  62.  
  63.  
  64.      C. Hand Mode
  65.         ---------
  66.         Amouse driver provides two opertion modes for users.One is for
  67.         right-handed users,the other for left-handed users.
  68.  
  69.         If you are a right-handed user,type following
  70.         A:>AMOUSE/R,AMOUSE/r or AMOUSE (the driver default setting is
  71.            right-handed mode)
  72.  
  73.         If you are a left-handed user,please type following
  74.         A:>AMOUSE/L or AMOUSE/l
  75.  
  76.  
  77.      D. Multiple parameters
  78.         -------------------
  79.         It is also possible to select the resolution,the communication
  80.         port and hand mode at the same time. The sequence of selecting
  81.         the multiple parameter is:
  82.         1). Resolution ( /Rn)
  83.         2). Communication port ( /n )
  84.         3). Hand Mode
  85.  
  86.         The parameters list above have no certain combination.
  87.         If you type
  88.         A:>AMOUSE /l/2/r3
  89.         it the same as
  90.         A:>AMOUSE /r3/l/2
  91.  
  92.         NOTE:The driver provides default setting that the parameter
  93.              list above you have not selected.
  94.  
  95.         Ex: A:>AMOUSE /r3/3
  96.         The  I/O  address is  3E8 (Hex) and IRQ4 is assigned. The
  97.         movement of cursor is 3 times faster than the movement of
  98.         mouse,and the driver supports right-handed mode.
  99.  
  100.         Ex: A:>AMOUSE /2/l/R2
  101.         This command connects your mouse to the standard communicat-
  102.         ion port COM2.The driver supports left-haanded mode and the
  103.         movement of cursor becomes 2 times faster than the movement
  104.         of mouse.
  105.  
  106.         Ex: A:>AMOUSE /4
  107.         This command connects your mouse to the standard communicat-
  108.         ion port COM4  ( The address and IRQ no.  are found in table
  109.         of section B ) where default hardware resolution is being
  110.         used,
  111.  
  112.      E. PS/2 mode
  113.         ---------
  114.         This option tell the mouse driver to install the mouse on a
  115.         mouse port.  Because the first priority of the mouse driver
  116.         installation is the mouse port, the serial ports are choosed
  117.         when a mouse port is unavailable.  This option overrides the
  118.         mouse driver on the mouse port.
  119.  
  120.         If you use a PS/2 mouse on PS/2 machine,type following
  121.         A:>AMOUSE
  122.  
  123.  
  124.      F. BUS mode
  125.         --------
  126.         The Amouse driver also supports BUS mouse,if your BUS mouse
  127.         connnects to a BUS card,then type
  128.         A:>AMOUSE/B or AMOUSE/b
  129.  
  130.  
  131.      G. Release Driver ( OFF or off )
  132.         -----------------
  133.         This option removes the mouse driver from memory.
  134.  
  135.         Ex : C>AMOUSE OFF
  136.  
  137.      F. Help ( /H, /h or /? )
  138.         ---------------------
  139.         This option displays all of the options and the command list.
  140.         This option is not case sensitive : any combination of upper-
  141.         case and lowercase letter is acceptable.
  142.  
  143.