Hi!
In the datasheet (p.38, SLASEC8B), the command to measure the temperature is ''0x55, 0x04, 0x00, 0xFB" (sync, time/noise command, temperature, checksum) and the command to request the results is "0x55, 0x06, 0xF9" (sync, temp result, checksum). However, I only get 255 (unsigned char) or 127 after the correcton calculation (T = (Temp_measured - 64)/1.5).
Other commands work flawlessly, am I missing something? Would be really cool (haha) to measure the temperature! Any pointers are greatly appreciated.