Code:
Mycode :

RcValue Var Word
RcInput Var PORTC.5


test:
PULSIN RcInput,0,RcValue
SerOut 1,N9600, [#RcValue]
goto test
what about the above? where your signal come from?? Be sure of your signal, low level and high level. Be sure the input pin is not floating.