Re: PIC PORT 'special' pins
Hi Ben,
Each special function pin / port will have different attributes. The only way to be sure of proper operation is to read and re-read the specs for the specific part.
Then - if you're like me - you'll kill off a few chips while 'experimenting', before figuring out how it's pins / ports should be configured :-O
I always (attempt to) set every special function register to a 'known' state at the beginning of any code to try and avoid any conflicts later on in the code.
Arch