;************************************************************************************
;
;      Touch Panel driver setting (MS-DOS)
;
;
;       All rights reserved, Copyright(C)
;       Fujitsu Takamisawa Component Ltd. 1995-2001
;************************************************************************************

1. Method of starting driver

 (1) Connect the touch panel with PC, and start PC.
 (2) Execute the driver with a driver name and the following parameters. 
     When the parameter is omitted, default is effective. 

  Details of parameter
  1) I (IRQ number)
     0x1 - 0xF (IRQ1 - IRQ15)
     Default : I4 (IRQ4)

  2) P (8250 I/O base address)
     0x0 - 0xFFFF (0x0 - 0xFFFF)
     Default : P3F8 (0x3F8)

  3) B (baud rate)
     B96 (9600bps), B48 (4800bps), B24 (2400bps)
     Default : B96 (9600bps)

  4) F (Beep Frequency) 
     F25 (37Hz) - F7FFF (32767Hz)
     Default : F3E8 (1000Hz)

  5) D (Length of Beep : Value*25msec)
     D1  (25ms) - DFF (6375ms)
     Default : D2 (50ms)

  Example) medstd I4 P3F8 B96 S
           (IRQ4, I/O base address 3F8, baud rate 9600bps, 800~600)
 
2. Method of starting calibration program

 (1) Connect the touch panel with PC, and start PC.
 (2) Execute the calibration program with a calibration program name and
     the following parameters. When the parameter is omitted, default is effective. 

  Details of parameter
  1) I (IRQ number)
     0x1 - 0xF (IRQ1 - IRQ15)
     Default : I4 (IRQ4)

  2) P (8250 I/O base address)
     0x0 - 0xFFFF (0x0 - 0xFFFF)
     Default : P3F8 (0x3F8)

  3) B (baud rate)
     B96 (9600bps), B48 (4800bps), B24 (2400bps)
     Default : B96 (9600bps)

  4) H (Number of caribration points) 
     not setting (3*3= 9 points), H (5*4= 20 points)@
     Default : not setting (3*3= 9 points)

  5) C, T (caribration/Drawing test) 
     not setting (caribration and Drawing test), C (caribration only), T (Drawing test only)
     Default : not setting (caribration and Drawing test)

  6) S (Display) 
     not setting (VGA), S (SVGA)
     Default : not setting (VGA)

  Example) caldstd I4 P3F8 B96
           (IRQ4, I/O base address 3F8, baud rate 9600bps, caribration and Drawing test, VGA)


