Bruce,

I've ordered three temp sensors, two digital and one analog; they should be here tomorrow. I have some additional questions about your code.

1. I am using the USART port on the PIC for something else so I am pretty sure I can use the temp sensor on another pin for serout/serin but does the code have to be manipulated a lot? Instead of writing:

HSEROUT ["RH=",TEMP(1),TEMP(2),TEMP(3),TEMP(4),"% : "]

Can I write

Serout2 portb.1, 396, ["RH=",TEMP(1),TEMP(2),TEMP(3),TEMP(4),"% : "]

2. The result will be something like 98.3 or 104.6 or 35.4 rather than just 35 or 45 or 198? Is this correct?

Thanks,

Chris