Hi Phil,

Thanks, I had a look, but I prefer in this case if someone can decode the program I attached, which is already proven, and goes straight into the circuit. I don't want to have to do R and D.

Camerart.


Quote Originally Posted by Sherbrook View Post
Hi camerart

Have a look at Nigel Goodwins WinPicProg PIC Tutorial http://www.winpicprog.co.uk/pic_tutorial.htm
Tutorial 1 shows how to turn off comparators and make PIC like a 16F84

movlw 0x07
movwf CMCON ;turn comparators off (make it like a 16F84)

Phil