I'm trying to convert received bytes in new_data event to doubles with byteconverter but I keep getting compile error in DoublesFromBytes saying missing parameter.
What is the proper way convert received 2 bytes to a double or 4bytes to long/int?
Hello
This code doesn't make the job for me. I mean that I Simply want to convert an array of 8 bytes into a double value.
This code gives an array of doubles.
My compiler returns an error when compiling.