I would like to ask if someone can suggest me how should I write the following statement as the current one is not working:
Code:
	
While PortC=%111011 & %001000
    Serout ToTx,N2400,[66]
wend
I want to check if ONLY PortC.2 is pulled low & rest are held high. I want to exclude PortC.3 from being read as it has another function attached to it. It's state (PortC.3) should not be considered. Thanks