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

Update ModbusIP.cpp #2

Closed michal-konopinski closed 8 years ago

michal-konopinski commented 8 years ago

Fixed wrong length calculation Don't stop client connection.