*****************************************************************************
*									    *
*		       SURECOM EP-312V Ethernet Adapter 		     *
*									    *
*		       NDIS Driver for Windows NT v3.51 		    *
*									    *
*****************************************************************************

Introduction:
=============

  This document shows you how to setup the driver and how to use the enhanced
  functions by setting the custom keywords.


Contents of the Subdirectory:
=============================

    EP312V.SYS		The NDIS3 driver for Windows NT.
    EP312V.HLP		The help file.
    OEMSETUP.INF	The setup information file.
    WINNT351.TXT	This file.


Installation:
=============

   Before  starting with the installation process, make sure that the adapter
   is properly installed and configured.

    1. Open "Control Panel" -> "Networks",and choose the "Add Adapter" button.
       The Add Noetwork Adapter  dialog box appears.  Select "<other> Requires
       disk from manufacturer" in the list of Network Adapters, and then press
       <Enter>.

    2. Insert the driver diskette into your floppy drive, and specify the path
       of the driver in the diskette(i.e. A:\WINNT351) if necessary.

    3. Select "SURECOM EP-312V Ethernet Adapter", and start to copy the driver
       files to your system.

    4. After all the driver files  have  been  copy to your system, a property
       dialog box appear in the screen. You  can enable the specail properties
       if you want to.Please refer to the next section to setup the properties.

    5. When the driver installation is completed, restart your PC.


Configuration Parameters:
=========================
    Configuration:
    --------------
      1) Open "Control Panel" -> "Networks", Press "Configure.." in the Netork
	 Settings dialog  box, and a property dialog box appear in the screen.

      2) You will see the following properties:
	 EarlyReceive,EarlyTransmit,FullDuplex, and PNPID. Turn the properties
	 on if you want to enable the functions.



    Custom Keywords:
    ----------------
	PNPID = hhhhhhhhhhhh	    This keyword is the Ethernet Address of
				    the adapter you want to drive. If there
				    are more than one ethernet	adapters in
				    your  system ,  you  have  to  use this
				    keyword to let driver locate  the right
				    adapter. However, you don't have to use
				    this  keyword  or  let the value  to be
				    zero (i.e. PNPID = 0) if  there is only
				    one adapter in your system.

	EARLYTRANSMIT		    This  keyword  is  used to enable turbo
				    transmission mode for accelerating data
				    transmission.

	EARLYRECEIVE		    This keyword  is  used  to enable turbo
				    receiption mode  for  accelerating data
				    receiption.

	FULLDUPLEX		    This  keyword is  used  to	enable full
				    duplex mode.


