sending floatstrings serially
seadog13
Posts: 9
Hey all, I have two processors sending and receiving strings. I have some sensor data that is a floatstring. I have not figured out how to send floatstrings across. Any ideas?
I thought I could send them as a string, and then turn them back into floats on the other processor. When I do that i get a number like 1.407e-20 when I could be rxing 3.5.
Thanks in advance.
I thought I could send them as a string, and then turn them back into floats on the other processor. When I do that i get a number like 1.407e-20 when I could be rxing 3.5.
Thanks in advance.
Comments
and you'd have something similar on the receive end.