I am somewhat familar working with PICs, but I have recently purchased a 16F747 to begin developement on a project...I chose it for its large number of I/O pins...but...this PIC also comes with ALOT of extra features, such as A/D converter, Dual Comparators, Parallel Slave Port, USART, etc...This leads to many of the pins to have multiple uses with these different built in features...Right now I am tring to acomplish some simple things, but I believe that these features are getting in the way of the PIC doing what I want it to do...I have been doing some looking throug the data sheet, as well as the family reference manual...I have found some code snipets, but they are using Assembly I presume...Is there any good way to disable all the extra stuff, so that the pins are all simply digital I/O???