Hi All,

I need to use PORTC.1 as a digital I/O pin on a 18F452 pic. I have looked at the documentation for this microprocessor but I could not find how to configure this pin as just a digital I/O. When I run the code PORTC.1 = 1, the output remains at zero voltage. If run the code HIGH PORTC.1 it will output 5 volts. All other pins on this port work fine except for PORTC.1. I know this pin has special functionality that is causing this problem I think. Does anyone know how to configure this pin for a digital I/O?

Thanks,
Mark