Be sure you're using the right mode (inverted or not)
Be sure your PORTA have not multiplexed analog stuff (like adc, comparator and such). If so you must disable it.
On the F88 place those llines at the top of your code.
ANSEL=0
CMCON=7
Another thing.. if you use the internal OSC, be sure you set it correctly.
OSCCON=%01100000 ' 4MHZ
by default, this pic run @32khz 
a+
Last edited by mister_e; - 28th August 2006 at 16:00.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks