Having read the manual the serin statement has this format.
SERIN Pin,Mode,{Timeout,Label,}{[Qual...],}{Item...}
As you can see square brackets are around the Qualifier.
The statement in your code
SERIN PORTB.1,T2400,[BR]
Is therefore waiting for BR as a qualifier?
Bookmarks