So, thought it would be simple to add a cool wireless aspect to my temperature sensor project, but passing floats over Xbee seems to be a bit of a nightmare (for me anyway, can't find documentation anywhere?).
I have the network up and sending chars and numbers (0-9) but can't get much more out of it. Here is my code, any help would be greatly appreciated.
All of the setup has been done, the values defined and all of that is taken care of, I just didn't want to post extra code that was unnessecary.
What are the fundamental assumptions I am making? I know it transmits in bytes, I have the system working using chars, I would just like to know what changes I need to make to transmit a float.
This and similar questions come up every other week here.
Some searches might clue you up.
Ignore the fact that specific radio devices are involved and concentrate on the serial aspects.