Hello,
I like to tinker with devices, and was able to pull up the heatsnob on an HID-API interface.
I can get the binary readout of the temperature, but don't know how to convert that to celsius.
I noted there are always 8 non-zero bytes in the read() result. And bytes 4...7 are changing.
Would you please share how to convert to celsius?
I want to screw around with my own C code to make graphs.
Thank You,
~Bruce
I like to tinker with devices, and was able to pull up the heatsnob on an HID-API interface.
I can get the binary readout of the temperature, but don't know how to convert that to celsius.
I noted there are always 8 non-zero bytes in the read() result. And bytes 4...7 are changing.
Would you please share how to convert to celsius?
I want to screw around with my own C code to make graphs.
Thank You,
~Bruce
Comment