   Files of the sub-directory \EXAMPLES\DS1994\:
   These programs are to be used with the DS1990/2/3/4 Touch Memory

   README.TXT    This is the file you are just reading

   RD_CLOCK.EXE  Read the real time clock in a DS1994.
                 RD_CLOCK [(com port #, default 1)]

   RD_ENC.EXE    Read data from a requested page that was previously
                 written and encrypted with the WR_ENC program
                 RD_ENC (com port #) (starting page #)

   RD_RAM.EXE    Read ram from the requested page.
                 RD_RAM (com port #) (starting page #)

   RD_ROM.EXE    Read and display first rom code found
                 RD_ROM [(com port #, default 1)]

   ROM_SRCH.EXE  Read rom codes from all connected parts 
                 ROM_SRCH [(com port #, default 1)]

   WR_CLOCK.EXE  Set the real time clock in a DS1994.
                 WR_CLOCK (com port #) (date XX/XX/XX) (time XX:XX:XX.XX)

   WR_ENC.EXE    Write data in encrypted form to a specific page.
                 RD_ENC is used to read it back.
                 WR_ENC (com port #) (starting page #) ("write string") 

   WR_RAM.EXE    Write data to a specific page
                 WR_RAM (com port #) (starting page #) ("write string")

   RD_CLOCK.C    C Source Code of RD_CLOCK.EXE 

   RD_ENC.C      C Source Code of RD_ENC.EXE 

   RD_RAM.C      C Source Code of RD_RAM.EXE 

   RD_ROM.C      C Source Code of RD_ROM.EXE 

   ROM_SRCH.C    C Source Code of ROM_SRCH.EXE 

   WR_CLOCK.C    C Source Code of WR_CLOCK.EXE 

   WR_ENC.C      C Source Code of WR_ENC.EXE 

   WR_RAM.C      C Source Code of WR_RAM.EXE 

   TOUCHIO.C     C language Library of the low level I/O 
                 1-Wire functions for DS199X Touch Memories 
                 using the PC COM port.

   MAKEFILE      Compiler/Linker instructions to generate the 
                 executable programs of this directory

These programs do not use the Touch Memory EXecutive. 
They communicate directly with the Touch Memory via the PC COM port.

