ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
640 stars 193 forks source link

Write Multiple Registers for slave not included #11

Closed Freddy2es closed 4 years ago

Freddy2es commented 5 years ago

Function 0x10 (write multiple holding registers) is missing for the slave while function 0x06 (write single holding register) is there. Why? I mean, as long as you've chosen "03 Holding Register" at the "Function" section of the application, I think both functions should be available in order not to be a little bit too restricted when you're going to write registers as you are now.

graham22 commented 4 years ago

Removed function restrictions on the ModbusSlave app