smarmengol/Modbus-Master-Slave-for-Arduino

Which tool to use for Modbus slave on Linux

Closed this issue · 2 comments

I want to use Modbus RTU master and i have planned to use this library. I know this question is not related to the code but i want suggestion on tool. I am using Linux and i am not able to find proper tool for mobus.

Hi,
I'm using ModScan but it's for Windows. If you are looking just for a Modbus monitor there is similar app for both windows and linux available here: https://github.com/ed-chemnitz/qmodbus

If you are planing to use PC as PLC and implement logic on it you probably will have to look for specific linux distribution concentrated on Real time operation

You can also use pymodbus Python library.