smarmengol / Modbus-Master-Slave-for-Arduino

Modbus Master-Slave library for Arduino
GNU Lesser General Public License v2.1
473 stars 328 forks source link

Which tool to use for Modbus slave on Linux #62

Closed sagartec closed 10 months ago

sagartec commented 2 years ago

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.

aleksander1084 commented 2 years ago

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

dmikushin commented 10 months ago

You can also use pymodbus Python library.