Best Answer awthorn, 29 April 2013 - 12:11 PM
Ziggurat29, I am sorry I just realized I posted this in two different places on the forum. I found a solution to the problem thanks to another forum member. There was a data type issue in the code I was using from http://www.tinyclr.c...hare/entry/438. They were using ushort instead of short during the conversion/casting. So I would get correct readings down to 32 deg F or 0 deg C but then once it tried to read below that it would show readings in the 7k range this is all because ushort only allows positive values. Thanks for the attempt in lending a hand, I appreciate it!
Go to the full post