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

Does this library work on the Arduino Zero? #20

Open pablove28 opened 7 years ago

pablove28 commented 7 years ago

I would like to know whether this library works on the arduino zero. If not the case, What do I have to change on the .h or .cpp files in order to get it to work?.