Rats, did it again,

I keep forgetting that some people still use <b>PM</b> as the assembler.

I always use <b>MPASM</b>, and that's the info I gave you before.

So for PM.

Comment out the

<pre> device pic12F629, intrc_osc, wdt_on, mclr_on, protect_off</pre>line in the 12F629.INC file. and add this one to your program instead.

<pre>@ device pic12F629, ec_osc, wdt_on, mclr_off, protect_off</pre>
Sorry about that!!!!!!

&nbsp;&nbsp;Darrel