Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How 4 byte float is splited in two registers?
-
Hello.
I'm using Mango to store a 4 byte float in two registers in my slave device.
Now I want to get that float with another master device but I don't know how to do it.For example, if I use mango to store 3.141592654 in my slave I get 16457 and 4059 in my master device, but... how can I calculate my float again in my master device?
My master device is a Chipkit Max32 and can be programmed using C++
Any answer?
Thank you very much.