Quote Originally Posted by Bruce View Post
The timeout period gets continuously reset if there's noise on the serial input pin. If you're trying to use this option with a noisy RF receiver, the timeout/label approach isn't going to work.
Are there any other options?
I tried removing timeout period and use DT Interrupts, but it gave list of following errors.
Code:
Executing: "C:\PBP\PBPW.EXE" -ampasmwin -oq -z   -p12F635 "TxRx.bas"
PICBASIC PRO(TM) Compiler 2.50b, (c) 1998, 2008 microEngineering Labs, Inc.
All Rights Reserved. 

ERROR: Variable wsave3 position request 416 beyond RAM_END 127.
ERROR: Variable wsave2 position request 288 beyond RAM_END 127.
ERROR: Variable wsave1 position request 160 beyond RAM_END 127.
ERROR: Unable to fit variable wsave
ERROR: Unable to fit variable RS1_Save
ERROR: Unable to fit variable RS2_SaveHalting build on first failure as requested.
BUILD FAILED: Thu Dec 31 14:13:38 2009