This example demonstrates how to use the IS4310 Modbus RTU Slave chip with the Arduino platform. The sketch creates a Modbus actuator using the IS4310. The Arduino reads Modbus Holding Registers 1, 2, ...
The Modbus library provides a way to transform our PLCs in Modbus masters or slaves over various hardware interfaces, such as RS-485/RS-232 or Ethernet. It provides ...