Hi i am trying to use the max 6675 temp chip but looks like it keeps freezing. I can get 1 temp reading but no more. My question is can i read serial data on any pin with the 16f877
thanks
crazycooter
Printable View
Hi i am trying to use the max 6675 temp chip but looks like it keeps freezing. I can get 1 temp reading but no more. My question is can i read serial data on any pin with the 16f877
thanks
crazycooter
If you are using software serial (SERIN/SERIN2) then yes if the ADC and comparators (for the "877A") are shut off. Can not remember if the 877 has comparators. Check the DS.
I am using shiftin. Do i need to make all the ports digital ie adcon0 = 255
I think
Yes digital.
This explains how to make the ports digital.
http://www.picbasic.co.uk/forum/showthread.php?t=561