*****************************************************************************
*                                                                           *
*                        PCMCIA Fast Ethernet Card                          *
*                                                                           *
*                NDIS2 Driver for Windows for Workgroups 3.11               *
*                                                                           *
*****************************************************************************

The driver TC5299.DOS contained in directory \NDIS2\DOS is used with the
PCMCIA Fast Ethernet Card in the Windows for Workgroups environment.

This driver conforms to the Network Driver Interface Specification
(NDIS) 2.0 defined by Microsoft/3Com.

1. INSTALLATION PROCEDURE

   a. Select the "Network" icon in Main group in Windows environment.

   b. Select the "Network Setup" icon.

   c. Push <Drivers...> button in the "Network Setup" dialog.

   d. Push the <Add Adapter...> button.

   e. Select "Unlisted or Updated Network Adapter". Then push <OK> Button.
      "Install driver" appears.

   f. Type in the drive and path name where the NDIS driver resides (e.g.
      A:\NDIS2\DOS or B:\NDIS2\DOS).

   g. Insert the Driver Diskette in the specified drive.

   h. Press <OK>.

   i. Press <close>.

   j. Press <OK> twice.

   k. Restart the computer.

Notes:
   To use the adapter's NDIS2 DOS driver, you have to run the
   PCMCIA Fast Ethernet Card's Enabler ECARD.EXE in you CONFIG.SYS
   before the network start, like the following:
   DEVICE=C:\windows\ECARD.EXE


2. Sample config.sys file

   FILES=30
   buffers=30
   STACKS=9,256
   DEVICE=c:\windows\HIMEM.sys
   DEVICE=c:\windows\EMM386.EXE NOEMS X=D000-DFFF
   DEVICE=c:\windows\ECARD.EXE
   DEVICE=c:\windows\ifshlp.sys
   LASTDRIVE=y

3. Sample protocol.ini file for Windows for Workgroups

   [network.setup]
   version=0x3100
   netcard=TC5299,1,TC5299
   transport=ms$netbeui,MS$NETBEUI
   lana0=TC5299,1,ms$netbeui

   [protman]
   DriverName=PROTMAN$
   PRIORITY=MS$NETBEUI

   [TC5299]
   DriverName=TC5299$

   [MS$NETBEUI]
   DriverName=netbeui$
   SESSIONS=10
   NCBS=32
   BINDINGS=TC5299
   LANABASE=0

4. Sample autoexec.bat file


   C:\WINDOWS\net start
   C:\WINDOWS\SMARTDRV.EXE
   @ECHO OFF
   PROMPT $p$g
   PATH C:\WINDOWS;
   SET TEMP=C:\WINDOWS\TEMP


*** All trademarks or brand names mentioned are trademarks or
    registered trademarks of their respective companies.

