Apollo3zehn / FluentModbus

Lightweight and fast client and server implementation of the Modbus protocol (TCP/RTU).
MIT License
189 stars 71 forks source link

WriteMultipleCoils not implemented #63

Open mvburgh opened 2 years ago

mvburgh commented 2 years ago

Hi, Is there a specific reason this was not implemented? Is this still being worked on?

Apollo3zehn commented 2 years ago

WriteMultipleCoils is a Modbus class 2 function which I did not implement (except ReadWriteMultipleRegisters because it was easy).

I am currently not working on class 2 functions but I would accept a PR implementing these.