I have a IEEE-754 number being sent to a Raspberry-Pi running Python3. Its sent as four serial bytes, but I can't figure out how to assemble this into a floating point number in Python.
Tried the various posts about using struct.pack but can't get this to give a sensible result?
Fairly new to Python, so it might be a easy answer?