Hi Phil and Fox
I tried to use two byte unsigned swapped and it did not worked.
I checked and tested the offset value. It is correct.
I think the protocol works because i successfully tested the communication using the modbus configuration interface (using two byte integer).
Considering all tests and results, I think the problem is that the float values (regulator outputs) are not compatible with the 2 byte integer data, which is the type that Arduino can read and process.
At this point, i am trying to convert the float values to short or two byte integer in the point link script. The lack of number precision is not an issue for this project.
If you know any script which convert this data.
Best Regards,
Felipe