Menu

Home

kopfkraft

Hygrotherm wiki!

This project uses the java/jni rxtx library to communicate
with the hygrosens rs-232 20 channel temperature logging
device.

RXTX project page

Hygrosens

Conrad Product Page

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="75WRAG47RELL6"><input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online."></form>

How to run

To run the logger, you need to have a java runtime installed.
Run the following command:

java -jar hygrotherm-0.1.jar COM FILE

COM - shall be replaced by the serial port id (COM1, /dev/tty, ...)
FILE - the name of the log file (or empty for console log)

Versioning, Subversion

Development is done in "trunk" code line.
Releases are tagged in "tags" folder.
For now there is no need to create feature branches.