Quote Originally Posted by aratti View Post
Since your temperature will never be higher then 255 °C (I assume) then set your variable "temp" as a byte not word.

temp var byte

because serially you cannot Tx word but only byte.

Al.
Hi Al, Can he not send a word out as 2 bytes, like so . . .
Hserout [Temp.HighByte, Temp.LowByte,10] ?