thanks fratello,

i will give the last try. What i have noticed, is that the 3310.inc cause a problem to pic16f628a, and its is not working at all.

I did used on my code the following just to see if the LED flashes but no luck.

for example:

high LED
pause 100
low LED
pause 100

When i created a new pbp file on a different folder without the inc file included, my code was working.

Strange.