Hi,
I am trying to read the sensor data. I can see the packet format here, but not sure how to convert, for example two bytes of temperature reading, into a single value. http://www.multitech.net/developer/software/dot-box-and-evb-software/data-packet-format/
Is there a sample code that demonstrates doing that?
Here is the raw hex data “\x0e\x00\x00\x10\b\x062}\x05\x00\xe3\v\x01\xce”
Found Temperature Data bytes: 1 205
The mDot screen shows Temperature 28.88C
Thanks,