guys, i made some review on my code. it seems that my logic was wrong after all... my interrupt is being triggered whenever data is received from the remote. meaning.... this code, or anything like this wouldnt work after all.

---------------------
low LED1
pause 30000
high LED1
RETURN
---------------------
the "RETURN" command goes back to the MAIN and checks if there was data received. If yes, then eventually the interrupt would be triggered.

sorry again guys... should have thought about this before making the inquiry.

anyway, now heres the "REAL" problem... I would like to execute the "RETURN"
command in between the time limits. so i could check if there was an interrupt triggered. im working with this code right now :

----------------------------------------------------
while x <= 3000
low LED1
pause 1
x = x + 1
return ' check main if an interrupt occured
wend
pause 1
x = 0
high LED1
return
----------------------------------------------------
the problem, (I think?!) is that my counter x=x+1 doesnt seem to work whenever i go back to MAIN. and oh! still havent got a reply about the
pull-up resistor thing... is it really necessary?

anyway, still doing tests... any input will be highly appreciated.

bottles of buds for everyone! my treat! cheers!


-trebdms-
keepin'itreal
3rd world 063