Hi this is my current code (all)
I use MicroCode Studio Plus with PICBASIC PRO compiler.
And when I transfer it to my PIC16F648A, my led connected to RB1 doesnt blink (the led is working)Code:loop: high portb.1
pause 500
low portb.1
pause 500
goto loop
end
Its connected like this:
http://img503.imageshack.us/img503/3...ttsetupiw8.jpg
Someone told me that I might be something with CONFIG Bits but he couldnt help me casue he use assembler..
Versions:
http://img249.imageshack.us/img249/1408/versiontz0.jpg
Programmer is Wisp628+xwisp2161
Config fuses, no idea..