Hi,
I have parsed an incoming stream of data from my arduino into these symbols. Is there a way to interpret them as floats?
From the screenshot below,
interpret symbol1 = 0
symbol2 = 11
symbol3 = 32
symbol4 = 445
symbol = 50
I guess , I need to get rid of the spaces in the symbols and that should do the trick but I'm not able to get the right object to do that.
Thanks!