Test application to read the humidity
1-Wire Net 

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'
getHumd.c   - the application program for reading the humidity 


Common Module File(s):		'\source\common'
ad26.c      - the function interface to get humidity data
ad26.h      - header file
crcutil.c   - used to calculate the crc of the data
findtype.c  - find the type of part
ioutil.c    -	 I/O utility functions
ownet.h     - main header file
screenio.c  - for different platform screen input and output

