Mathew Cohen wrote: > > I compiled the program in MPLab and I am using the P16pro software to > program a PIC16F84 10/P. > Can someone help with a newby to PIC's. > Thanks > > Mathew Cohen Matthew, This is not a fatal problem. If you use the "p16f84.inc" include file and "__fuses" directive in your program this will take care of it. Add a line like this to your program " __FUSES _CP_OFF & _WDT_OFF & _XT_OSC ;Set default config" this will set code protect off, the watchdog timer off, amd to use the typical 4Mhz crystal or resonator. Regards, Jeff