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

Register type Coil doesn't work #62

Open GeoX234 opened 1 year ago

GeoX234 commented 1 year ago

Hi, the library method Coil(), used as digital output is not working. Tested with an Arduino Nano. I guess this is a bug...