Well, I'm about to pull all the hair out of my head. I've tried several things including something like this:
rly1:
if mydata=%00000000 then high 7
pause 250
IF mydata<>%00000000 then low 7
goto loop
Still no go and the next loop:
rly2:
HIGH 6
pause 250
Low 6
goto loop
of course while I pressing the button down on the transmitter rly2 just goes on/off,etc.
I've been going through the compiler manual again trying to figure out what I am missing. Any more tips? Thanks
Bookmarks