Hello Trust Issues,

TI>>Hi all, I'm trying to program a PIC 18F252 using MicroCode studio. I am new to PIC's in general but what I need help with in particular is naming the pins.<<


Forgive me if I am wrong, or incorrect to make a quick guess here, but MicoCode Studio will not program your chip. I believe you still need Pic Basic Pro for your compiling and MPASM or other assembler loading program for your chip. MicoCode Studio is a "Shell" for PBP and your loader. Powerful shell at that.

the way I read your message, you are fairly new to PICS, and I didnt want you to think that MicroCode Studio was all you needed.

If I am incorrect on the above, will someone please set me straight? (I do not use MicroCode Studio) I have downloaded the "Lite" version, but gave up on it... It didn't support my chips... and I didn't want to spend more money on this shell.

Dwayne

example of simple pin checks and controls.

Pin1 Var GPIO.1
Pin2 Var GPIO.2

if Pin1=High then Pin1=Low
if Pin2=1 then Pin2=0
end