These utilities are used to download (thermodl) and mission (thermoms) a DS1921 Thermochron iButton. THERMODL: usage: thermodl 1wire_net_name - Thermochron download on the 1-Wire Net port - 1-wire_net_port required port name example: "COM1" (Win32 DS2480B),"/dev/cua0" (Linux DS2480B),"1" (Win32 TMEX) - optional output filename - optional Fahrenheit mode (default Celsius) - version 1.03 THERMOMS: usage: thermoms 1wire_net_name - Thermochron configuration on the 1-Wire Net port - 1-wire_net_port required port name example: "COM1" (Win32 DS2480B),"/dev/cua0" (Linux DS2480B),"1" (Win32 TMEX) - optional Fahrenheit mode (default Celsius) - version 1.03 The Thermochron has the following features: -Temperature range -40°C to 85°C (-40°F to 185°F) -Selectable starting offset (0 minutes to 46 days) -Sample interval (1 to 255 minutes) -Alarms and capture registers triggered when outside specified range -2048 time-stamped temperature readings with optional data wrap -Long-term temperature histogram with 2°C resolution in 56 bins -4096 bits of general-purpose read/write nonvolatile memory 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\thermo' thermodl.c - this utility uses to download the results of the current mission of a DS1921 Thermochron iButton thermoms.c - mission/configure the DS1921 Thermochron iButton Common Module File(s): '\source\common' thermo21.c - Thermochron iButton utility functions thermo21.h - include file for Thermochron demo ownet.h - include file for 1-Wire Net library crcutil.c - keeps track of the CRC for 8 and 16 bit operations ioutil.c - I/O utility functions