The program was written in Java SE and uses FT232R as an RS232 port to control and temperature reading from the DS1820 system.
Everything is controlled by a laptop which does not have any RS232 port. Instead of that, it has a few USB ports. As 1-Wire rail, 1 dimmer 3kOhm and one silicon universal diode of low power.
There is library JavaFTD2XX-0.2.6.jar, so the program can work in the systems: Windows, Linux, Mac. Of course, the driver for FT232 system has to be installed for the operating system before.
It uses a ready module with the FT232R system called "EM-216 EM-USB-DIL24".
This is how the program looks like:
Link to original thread (useful attachment) –
FT232 i Ds1820 w javie