Quote Originally Posted by EarlyBird2 View Post

SERIN Pin,Mode,{Timeout,Label,}{[Qual...],}{Item...}
The statement in your code
SERIN PORTB.1,T2400,[BR]
Is therefore waiting for BR as a qualifier?
I had never use SERIN or SEROUT or DEBUG or DEBUGIN instruction so I can't shurely tell you what' right. I need to send decimal value of GREJAC from PIC1 to BR on PIC2.Then a decimal value of BR I will compare in SELECT CASE rutine which I didn't wrote.