home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / MOUSE / GM906.ZIP / READ.ME < prev   
Encoding:
Text File  |  1989-11-13  |  6.1 KB  |  169 lines

  1.       * * * * * * UPDATED FEATURES FOR GENIUS DRIVER V9.03 * * * * * *
  2.  
  3.       The following mouse parameters have been added to GMOUSE driver
  4.  
  5.      A. Dynamic Resolution ( *m )
  6.     -------------------------
  7.     With this parameter, an exciting new concept in Mouse control
  8.     has been  developed.  A precise location on the screen can be
  9.     selected with greater ease  and speed.
  10.  
  11.     Movement of the cursor across the screen is based on the tra-
  12.     vel count  and speed of the movement of the mouse.  It is not
  13.     only measured in terms    of physical distance traveled by  the
  14.     mouse, but also checking how quick the mouse is moved by your
  15.     hand.  The faster the movement of the mouse,  the further the
  16.     cursor movement on the screen.    Therefore, less hand movement
  17.     is involved.
  18.  
  19.     The DYNA Mouse's resolution can  be increased up to 1400 dots
  20.     per inch.  You may choose the desired resolution according to
  21.     the requirements of your applications.
  22.  
  23.     To select the resolution, type the command:
  24.  
  25.     A >GMOUSE *m   ( Where m = 1 to 4, if omitted, default is 2 )
  26.  
  27.  
  28.      B. Reduce Resolution ( /d )
  29.     ------------------------
  30.     The resolution of the Dyna  Mouse can also be reduced  if you
  31.     require a lower resolution than the one that is currently be-
  32.     ing used.
  33.     To reduce the resolution, enter the following command:
  34.  
  35.     A >GMOUSE /d   ( Where d = 2 to 4,  the number entered will
  36.              divide the current number by this amount ).
  37.  
  38.  
  39.      C. Communication Port ( n )
  40.     ------------------------
  41.     There are four general purpose communication ports  generally
  42.     used on your personal computer. The relative address and  IRQ
  43.     no. are listed in the table below:
  44.  
  45.     -------+----------+------------------+----------
  46.        n   |  COM no. |  Address in HEX. |    IRQ no.
  47.     -------+----------+------------------+----------
  48.        1   |  COM 1   |      3F8         |    IRQ 4
  49.        2   |  COM 2   |      2F8         |    IRQ 3
  50.        3   |  COM 3   |      3E8         |    IRQ 4
  51.        4   |  COM 4   |      2E8         |    IRQ 3
  52.     -------+----------+------------------+----------
  53.  
  54.     The Genius Serial Mouse can be set to any one of the four co-
  55.     mmunication ports, ( COM1 to COM4 ). The command format is
  56.  
  57.     A >GMOUSE n    ( Where n = 1 to 4 ).
  58.  
  59.     For example, if you install the mouse at COM1 ( default sett-
  60.     ing ), enter the following: A >GMOUSE 1 or A >GMOUSE
  61.  
  62.     If you want to install the mouse at COM4 enter the following:
  63.     A >GMOUSE 4
  64.  
  65.  
  66.      D. I/O Port Address & IRQ no. ( -a,i )
  67.     -----------------------------------
  68.     This new feature is provided  for the experienced user    When
  69.     their I/O port for the Genius Serial Mouse is different from
  70.     the default settings as described in the table above.    They
  71.     may follow the steps listed below to select hardware interr-
  72.     upt ( IRQ no., range from 2 to 5 preset IRQ no. for user as-
  73.     signable  port address is 5 )  and  the  I/O port address to
  74.     install the mouse driver.
  75.  
  76.     1). To select I/O port address and IRQ no., enter:
  77.         A >GMOUSE -3E0,2 (Setup driver, select 3E0H port address
  78.                   and IRQ no. 2)
  79.  
  80.     2). To select I/O port address and preset IRQ no.5, enter:
  81.         A >GMOUSE -260   (Setup driver, select 260H port address
  82.                   and preset IRQ no. 5)
  83.  
  84.     WARNING: If the  wrong    setting is used or not set properly,
  85.          it may cause system error !
  86.  
  87.  
  88.      E. Switch Ortho line Function  ( +s )
  89.     ----------------------------------
  90.     Ortho line Function is provided for aid user draw a straight
  91.     horizontal line or vertical line.  You can switch it ON/OFF,
  92.     by set parameter "+1 or +0". The default switch is ON.
  93.  
  94.     If you switch on Ortho line Function then you can press left
  95.     button and right button  at same time to start the function,
  96.     as to use the same method you can close the function,  when
  97.     you don't require it.
  98.  
  99.     To switch the Ortho line Function type the command:
  100.  
  101.        A >GMOUSE +1   ( Switch ON  Ortho Line Function )
  102.  
  103.        A >GMOUSE +0   ( Switch OFF Ortho Line Function )
  104.  
  105.  
  106.      F. Multiple parametre
  107.     ------------------
  108.     It is also possible to select the resolution and the commun-
  109.     ication port at the same time. The sequence of selecting the
  110.     multiple parameter is:
  111.     1). Resolution ( *m or /d )
  112.     2). Ortho line Function ( +s )
  113.     3). Communication port ( n or -a,i )
  114.  
  115.     Where m is from 1 to 4, /d is from 2 to 4, n is from 1 to 4,
  116.     -a is the port address, and i is the IRQ no.
  117.  
  118.     Ex: A >GMOUSE *4+1-3E8,4
  119.     This case  provides  faster  movement  of the  cursor on the
  120.     screen and the mouse port address is 3E8H which IRQ4 is ass-
  121.     igned also switch on the Ortho line Function .
  122.  
  123.     Ex: A >GMOUSE *3-279
  124.     The  I/O  address is 279H  and this command uses the default
  125.     IRQ no. 5.
  126.  
  127.     Ex: A >GMOUSE +1-260
  128.     Switch on the Ortho line Function  and    set I/O port address
  129.     is 260H also uses the default IRQ no. 5.
  130.  
  131.     Ex: A >GMOUSE /22
  132.     This command connects your mouse to the standard communicat-
  133.     ion port COM2 and the movement of the cursor become slower (
  134.     movement divided by 2 )
  135.  
  136.     Ex: A >GMOUSE 4
  137.     This command connects your mouse to the standard communicat-
  138.     ion port COM4 and uses the address and IRQ no. ( found in t-
  139.     able of section C ) where dynamic resolution is being used.
  140.     movement divided by 2 )
  141.  
  142.  
  143.  
  144.      G. How to use GMOUSE.SYS file
  145.     --------------------------
  146.  
  147.     The Genius Mouse driver comes with two different file formats
  148.     ,one in the command format named GMOUSE.COM, the other in DOS
  149.     system format named GMOUSE.SYS.  These two file functions are
  150.     exactly the same.     The only difference is that  GMOUSE.COM
  151.     exactly can be executed at the DOS prompt and  GMOUSE.SYS has
  152.     to be placed in the system's CONFIG.SYS file. Which one to be
  153.     used depends on your preference.  To use the GMOUSE.SYS file,
  154.     insert "DEVICE = GMOUSE.SYS +1-3E8,2" in the CONFIG.SYS file.
  155.  
  156.     Note: The GMOUSE.SYS and CONFIG.SYS files must be at the root
  157.           directory of the disk which is used to start DOS.   The
  158.           mn parameters were added to choose the  GMOUSE driver's
  159.           resolution and  communication port which were described
  160.           in the above section.
  161.  
  162.  
  163.  
  164.      H. The Genius Driver V9.03 provides a bus    mouse interface which
  165.     is suitable  for the  Microsoft Bus Mouse,   Microsoft InPort
  166.     Mouse, and Genius Bus Mouse Versions: GM-7, GM-7A, and GM-7D.
  167.  
  168.  
  169.