from pyModbusTCP.client import ModbusClient ModuleNotFoundError: No module named 'pyModbusTCP'

360 views Asked by At

I am trying to get the values from the registers using pymodbus but i am facing issues with import pymodule .Please help me on this?

I tried pip install pymodbus and pip install but still getting the error. I tried this too from pymodbus.client.sync import ModbusSerialClient

0

There are 0 answers