This implementation uses the link-level functions
from iButton-TMEX (32-bit).  See the iButton-TMEX
SDK (DS0621-SDK) for API information.  These
are 32-bit console application compiled with 
Microsoft Visual C++ 5.0.

Uses the 'general' MicroLAN(1-Wire Net) source
set from the '\source\lib\general' directory and
all of the application files from '\source\apps'.

The *.ncb, *.opt, *.plg, *.dsp and *.dsw are
Microsoft Visual C++ configuration files. 

The 'Release' directory contains a compiled version
of the six sample applications.

Three files have been added for this implementation:

   mlansesx.c - 1-Wire aquire and release functions.  This
                is an implemenation of the 
                '\source\lib\general\todoses.c' file calling
                on the iButton-TMEX API.

   tmexlnk.c  - Link-Level MicroLAN functions 
                from iButton-TMEX (32-bit).  This is an
                implemenation of the '\source\lib\general\todo.c'
                file calling on the iButton-TMEX API.

   IBFS32.LIB - iButton-TMEX (32-bit) lib file
                to link to TMEX functions.


