=============================================================================
	   ADVANTECH industial comunication cards device driver
                 Installation Guide  for  Debian 3.1r0 
	    Copyright (C) 2008, Advantech eAutomation Division.
=============================================================================

This README file describes the HOW-TOs of driver installation.

1. Test environment

   +----------------+-------------------+-------------+---------------+
   |  Distribution  | kernel version    | gcc version | glibc version |
   |----------------|-------------------|-------------|---------------|
   | Debian 3.1r0   | 2.4.27-2-386      | 3.3.5       | 2.3.2         |
   +----------------+-------------------+-------------+---------------+
   | Debian 3.1r0   | 2.6.8-2-386       |  3.3.5      | 2.3.2         |
   +----------------+-------------------+-------------+---------------+

2. Installation

2.1. Login as 'root' before executing the following instructions.

2.2. Uncompress the driver
   # tar zxvf adv950_vM_NN_debian3.1r0a.tar.gz
   # cd adv950_vM_NN_debian3.1r0a

2.3. Install the driver module
   # make install 
   # make node
   
2.4. Test driver and get serial port type configuration
   # make test

2.5. If you want the Linux bring up module at each boot,
   please follow the steps showing below.
   #cd adv950_vM_NN_debian3.1r0a
   #cp adv950.o /lib/modules/2.4.27-2-386/kernel/drives/char
   #depmod
   #reboot

2.6. Enable quick response
   If you expect intervals between each character read form driver 
   is less than 3ms,please perform command:
   	# setserial /dev/ttap/* uart 8250
   Note: to achieve this purpose,baudrate of this serial port should
   be set bigger than 9600bit/s.
   If you would like to restore dirver`s original performance,perform command:
   	# setserial /dev/ttap/* uart 16C950
   
2.7. Uninstall the driver module 
   # make uninstall

