Velleman pic controller

Hi James

What programmer are you using?
this is an explanation for the K8048, but I imagine they are all similar
If it came with an example program I suggest opening the .asm file in note pad and taking a look at it. they are usually well commented, comments are defined by the semicolon (;).
Play with setting and clearing bits.
remeber to save the file as a .asm
if you are using picPrg2009 there is a MPASM button this compiles the .asm into a .hex
once it you have the hex open it in PicProg2009, at the bottom by “configuration” set Osc to “101(INTRC CLK Osc.)”
this just tell the pic to use its internal oscillator depending on the pic you are using.
then click “write all data to Pic”
look at online tutorials
[color=#0040FF]http://www.winpicprog.co.uk/[/color]this one is pretty cool

let me know if anything is unclear or irrelevent.

regards

G