Wrong type of serial. This shows how to read it
http://www.picbasic.co.uk/forum/show...1178#post71178
And if you want degrees F add this bit
TempF = ABS(TempC) */ 461
TempF = TempF + 32
Wrong type of serial. This shows how to read it
http://www.picbasic.co.uk/forum/show...1178#post71178
And if you want degrees F add this bit
TempF = ABS(TempC) */ 461
TempF = TempF + 32
Dave
Always wear safety glasses while programming.
Bookmarks