Quote Originally Posted by mpardinho View Post
i had many bug with RF 433mhz
try pause 5 to pause 50

im my circuit pause 5 word perfect
without pause not work for me

my simple test

Code:
   ...
transmiter:
   for i =  1 to 30
      serout data_out, N2400, ["<", "A", "B", ">", i]
      PAUSE 5
   next i
Code:
   ...
receive:
   serin data_in, N2400, "<ABDC>", TIME_OUT, I
   if i=1 then .........

TIME_OUT:
goto receive
The pause helps if I need to send the data more than once. But when I only send it once it doesn't help