Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 274 Bytes

File metadata and controls

21 lines (17 loc) · 274 Bytes

Modbus example

Install dependencies via pip:

pip install pymodbus==2.5.1
pip install twisted

Run fake modbus server (we need sudo because it opens 502 port)

python backend/fakeServer.py

Run client

python backend/client.py