Hello

[quote]
SensorID VAR BYTE[8] 'DS18B20 ID array

' DS18B20 ID intialization
SensorID[0] = $28
SensorID[1] = $9E
\/
\/
\/
SensorID[7] = $85

For the OWOUT command, you better read about it in the manual....

bye