Quote Originally Posted by Melanie
Try this... and tell us if it works...

Code:
	TRISIO=%00001000
Loop:	
	High GPIO.2
	Pause 1000
	Low GPIO.2
	Pause 1000
	Goto Loop

	end
Hello Melanie,
I tried and: GPIO.2 stays low, GPIO.0 , 1 , 4 and 5 are high.
If I put GPIO=%00000000 after Trisio all outputs are low.
I took a new PIC509 and the same happens, very strange.
The 629 GPIO.2 works fine.....