Skip to content
Jackson Holmes-Matheson edited this page Sep 26, 2024 · 2 revisions

Welcome to the modbus-tk wiki!

Installation via pip:

At the commandline:

pip install modbus-tk

If you have multiple versions of python installed, and would like to specify the exact python interpreter to install modbus-tk to, run the following:

python -m pip install modbus-tk where 'python' is replaced with the absolute path of your chosen python interpreter.

Installation of PySerial:

Important

This module relies on PySerial for Modbus RTU use. It is the only dependency and is BSD-3-Clause licensed.

pip install modbus-tk

###Alternate installation on Linux TODO: Go into details regarding manual installation without using pip

Clone this wiki locally