Apollo3zehn / FluentModbus

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

Not possible to write to address > 65535 #130

Closed simon-baer closed 1 month ago

simon-baer commented 1 month ago

I need to write to a holding register with an address > 65535. I don't known if this is an extension of the Modbus protocol, other Modbus clients are able to do this. It would be great if you could support this too!

simon-baer commented 1 month ago

Sorry my bad: It appears that the leading 4 in my address indicates a holding register and the following 5 digits are the actual address which is well below 65535.