Type conversion

Hi there. I'm reading a 32 bytes serial data. However I cant find a way to manipulate them in order to decode the value. I used do it in python as: value = float(256*bytes[i] + bytes[i+1]) where bytes is the 32 bytes array. Any help would be appreciated.

1 Like

Try https://groups.google.com/d/msg/mitappinventortest/Mnmk2wfTFK8/CkUsAbLtBgAJ

1 Like