modbus-cli icon indicating copy to clipboard operation
modbus-cli copied to clipboard

RTU Device not supporting function 06

Open SteveOss opened this issue 2 years ago • 1 comments

I have a device that only supports writing to multi holding registers (function 16) and not single register write (function 06). So cannot use the CLI (as far as I can see) to write a single register. Think there needs to be some option to implement a single register write using function 16.

SteveOss avatar Sep 18 '23 11:09 SteveOss

Yeah, I agree, there should be an option to force using function 16 even when writing just one register (and probably same for coils.)

Adding it to my TODO

favalex avatar Oct 17 '23 14:10 favalex