(2011-09-10, 11:58:23)Mikael Gustafsson Wrote: The PIC16F87 device is not an enhance PIC16. Thos are usually four number like PIC16F1936.
Post your settings.inc and tell us which oscillator you use.
Mikael
I am using INTRC_IO (the internal at 8Mhz and I/O)
The only things I changed were
LIST P=16F87
#define FOSC 8000000 was 16000000
#define BAUDRATE 19200 was 9600
I need to recheck the config
_FOSC_HS <<< I think this was changed to INTRC_IO
_WDT_OFF
_PWRT_OFF
_MCLR_ON
_BODEN_OFF <<< was boren
_IESO_OFF
_FCMEN_OFF
_LVP_OFF
_PLL_ON <<< not sure on this one I don't think it is defined on the F87
Thanks for your time I appreciate the help !!!