andresarmento / modbus-arduino

A library that allows your Arduino to communicate via Modbus protocol, acting as a slave (master in development). Supports serial (RS-232, RS-485) and IP via Ethernet (Modbus IP).
BSD 3-Clause "New" or "Revised" License
453 stars 267 forks source link

Can Arduino acting as a host by edit this project ? #33

Closed icandura closed 6 years ago

icandura commented 6 years ago

I have 2 modbus slave devices. I want my Arduino acting as a host to collect data from these 2 devices. How to achieve through this library?

icandura commented 6 years ago

Aha! I find this https://github.com/4-20ma/ModbusMaster