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
455 stars 267 forks source link

Hi. Is this library can be used as read the register values from RTU through the router? #3

Open max90727 opened 8 years ago

andresarmento commented 8 years ago

Yes, modbusIP library, you can use standard Ethernet Shileld, ENC28J60 shield or a ESP8266 as network interface.