Happy New Year To everyone.
I am facing a small problem of Serin command. The timeout function is not working correctly. (Using 12F635 with WDT_OFF)

Code:
Main:
high led : pause 50 : low led
Serin FromRx,N2400,200,["pp3"],code
.....rest fo the code here
My led should blink 50mS ON & appx 200mS OFF when no data is comming from my RF Receiver. But this is not happening. Can someone help please? Thanks