Open
Description
Hello!
We are running into issues trying to understand how to use this component properly, specifically in regards on how to write to a single holding register.
Our Slave Device does not currently support writing multiple registers using function code 0x10
as this functionality wasn't yet needed as up till now we used the function code 0x06
to write to a single Holding Register.
We know that we could manually write the request but this is more error prone in our opinion.
Therefore the question, is it possible to configure a member of our mb_parameter_descriptor_t[]
to use Function code 0x06
instead of 0x10
?