USB-Temp 1

Measured values from our temperature and humidity sensors can be saved to a file using the USBtemp.exe program.

The program is available here, including source code, so that the output can be easily adapted.
The program runs in the command prompt. This allows easy use in a batch file to start the program with the required arguments. Here is an example:

Content of the batch file:
[complete path to USBtemp.exe] -o [complete path to the generating file] -i [time in seconds for desired log interval]

Sample text of the batch file:
c:/cleware/usbtemp.exe -o c:/cleware/90240.txt -i 30