Upon reading an input register, I get the following output:
0x0 0x1 0x0 0x0 0x0 0x5 0x1 0x4 0x2 0x4 0xf3
I'm trying to convert the data portion (0x4 0xf3) into a recognizable temperature. Any help? I'm using a T type thermocouple. I have approximations of what the temperatures should be at each point.
Other data points:
0x4 0xf3 (~ 116 degrees C)
0x6 0x3A (~ 158 degrees C)
0xfd 0x55 (~ -55 degrees C)
0xfb 0x7b (~ -107.9 degrees C)