Velleman pic controller

hi i have just bought the velleman pic controller and i need to know how to program using notepad please help newbie

thanks for any help jim

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

i am using the program that came with the k8048 and what you said worked ok
thank you now i want to under stand how the progams works is there any readind out there that would help me

kind thanks james