Test application to access different memory banks
1-Wire Net 

To program the EPROM memory banks you will need a
DS9097U-E25 or equivalent to program EPROM based
1-Wire devices.

Required on the command line is the 1-Wire Net port name:

    example:  "COM1"                (Win32 DS2480B)
              "/dev/cua0"           (Linux DS2480B)
              "1"                   (Win32 TMEX)
	      "/dev/ports/serial1"  (BeOS DS2480B))

This application uses either the 'general' or 'userial'
1-Wire Net implementations '\source\lib\userial\todo.c' or
'\source\lib\general\todo.c' 

The link file, depending on your platform, can be found in 
'\source\lib\general\link' or '\source\lib\userial\link'.

All application files can be found in the 
'\source\apps' directory. 
All header and utility files can be found in the 
'\source\common' directory. 

Application File(s):		'\source\apps'
memutil.c   - the interface for using the memory bank 
              utility


Common Module File(s):		'\source\common'
crcutil.c   - used to calculate the crc of the data
mbappreg.c  - memory bank functions for the application register
              iButtons
mbappreg.h  - header file 
mbee.c      - memory bank functions for the electically erasable
              programmable read only memory
mbee.h      - header file
mbeprom.c   - memory bank functions for the electrically 
              programmable read only memory 
mbeprom.h   - header file
mbnv.c      - memory bank functions for the read/write nonvolatile 
              memory
mbnv.h      - header file
mbnvcrc.c   - memory bank functions for the read/write nonvolatile
              memory with crc
mbnvcrc.h   - header file
mbscr.c     - memory bank functions for the scratchpad
mbscr.h     - header file
mbscrcrc.c  - memory bank functions for the scratchpad with crc
mbscrcrc.h  - header file
mbscree.c   - memory bank functions for the scratchpad ee
mbscree.h   - header file
mbscrex.c   - memory bank functions for the scratchpad ex
mbscrex.h   - header file
mbsha.c     - memory bank functions for the sha parts
mbsha.h     - header file
mbshaee.c   - memory bank functions for the shaee parts
mbshaee.h   - header file
owerr.c     - error codes, description and functions
ownet.h     - main header file
rawmem.c    - the utility that sorts memory bank functions 
              depending on part and bank
rawmem.h    - header file
