Hi Darrel

Thanks for your help

The program is working, all I/O are working

I modified the 12F62.inc file in the PBP dir as suggested:
; __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_ON & _CP_OFF

and add the following in my code:
@ __config _EC_OSC & _WDT_ON & _MCLRE_OFF & _CP_OFF

PBP is generating an error, if i comment the @ string and set the fuses by hand in Epic it is all working

Any idea why the @ __config _EC_OSC & _WDT_ON & _MCLRE_OFF & _CP_OFF
is not working ?

Walter


Happy Newyear