Apollo3zehn / FluentModbus

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

support for WriteMultipleCoils #81

Closed OndrejCopak-eaton closed 7 months ago

OndrejCopak-eaton commented 1 year ago

Sorry I didn't make a branch .. the changes are only the [982e306] and [d16e9cb] the [e2e6ad2] is for reuse address. Without it when I stop/start the server it fails because the port is still reserved.

Apollo3zehn commented 1 year ago

Thanks, I`ll review it in a few days!

Apollo3zehn commented 7 months ago

Sorry for being soo late :-( Would it be possible for you remove commit [e2e6ad2] so that only the changes you want to merge are part if this pull request? Otherwise I don't know how to merge without me cleaning up your changes on your branch or by coping out the relevant code and commit it without using this merge request.

OndrejCopak-eaton commented 7 months ago

Duplicate of #111