Please read:
=========================

Attention: The firmware of the datalogger might have to be updated to use it with the current version of Winsol!

Supported dataloggers:

C.M.I. - version 1.25 and above
BL-NET - version 2.17 and above
D-LOGG /BL232 - version 2.9 or above
Linux:

Three methods of installation for Linux are supported:

Debian package (.deb) (e.g., Debian, Ubuntu, Mint)
RPM package (.rpm) (e.g., Fedora, openSUSE, Mageia)
Raspberry Pi (.deb) version 3 and above
A menu entry is added to GNOME or the KDE menu, with which the program can be launched. Root authorization is required for installation.

Debian package

The package can be installed simply by double clicking it in the file manager. If this is not possible, the installation can be done using the command line program dpkg in a terminal window:

dpkg -i tapps2-1.12-amd64.deb

Root authorization is required for the installation. For this, either simply enter su before executing the command, followed by the respective password query, or prefix the command sudo and enter the password when queried.

Note: When using Linux Mint or Ubuntu (version 18.04 or above) the package "libcurl3" might need to be installed to execute Winsol (sudo apt-get install libcurl3).

RPM package

The package can be installed simply by double clicking it in the file manager. If this is not possible, the installation can be done using the command line program rpm in a terminal window:

rpm -i tapps2-1.12-x86_64.rpm

To update the program (when an older version is already installed), -u should be use instead of -i.

Root authorization is required for the installation. For this, either simply enter su before executing the command, followed by the respective password query, or prefix the command sudo and enter the password when queried.

Raspberry Pi package

The package can be installed simply by double clicking it in the file manager. If this is not possible, the installation can be done using the command line program dpkg in a terminal window:

dpkg -i winsol-2.21-armhf.deb

Root authorization is required for the installation. For this, prefix the command sudo and enter the password when queried.