05.03.2018, 15:49
Thank you ! I will try it
But i have found another issue with float32.
I have to swap the 2x16bit registers themselves that create the correct float.
Reg0 = 3F80
Reg1 = 0000
to
Reg0 = 0000
Reg1 = 3F80
I have tried the read_swap="w" but I see no difference
Note: I'm using the json profiles
Any easy way to do this ?
Thank you
But i have found another issue with float32.
I have to swap the 2x16bit registers themselves that create the correct float.
Reg0 = 3F80
Reg1 = 0000
to
Reg0 = 0000
Reg1 = 3F80
I have tried the read_swap="w" but I see no difference
Note: I'm using the json profiles
Any easy way to do this ?
Thank you