Domino is the unified application for data logging hardware from Lowell Instruments LLC. Domino is a user friendly tool for communicating with Lowell Instruments data loggers and current meters.
This project is released under the GPLv3 Liceense.
For the current installer version see releases.
Some (all?) versions of Linux require the user to be added to the "dialout" group. If you are having troubles connecting to your device, this is likely the problem. To check if you are a member of that dialout group: groups ${USER}
this will list all the groups the user belongs to. If the dialout group is not listed, execute the following command:
sudo gpasswd --add ${USER} dialout Then log out and log back in.
For instructions on installing a non-copiled version of Domino on visit this link.