I am trying to get a float value input through serial, but it's not working. I try a float value in Arduino and setup float value in 3dgs, but doesn't work. it only seems to work when both of them are setup as bytes.

Any idea how I can get this to work? I thought of converting the float to it's byte values and recombining them in lite-c after reading them in, but I don't know how to do this.
It would be a lot easier to just read the float directly.


Black holes are where God divided by zero.