How to configure thw correct swap mode for word and byte in the Modbus Pi Interface version 4.3.2? My equipament genarates 2 register with the data, and I need to configure the offset and after that, the correct swap mode, swaping byte and word.

It is a float-32 bit data. The system needs to access the data in the 2 registers, and after that, do hte swap correctly.

Ex. first register = 0160h, second register = bc42h, the Interface must read "42 bc 60 01" swapping words and bytes to show the correct value.