Hello,

I read the above link,i make the program as it says,but i have a problem.The pbp find a problem in my program.

This is:
'SERout MASTER

B0 = %00000001
loop: Serout POTB.0,T2400,[B0] <--- it finds error here
Pause 100
goto loop


----------------------------------------

' SERin slave
DataRec Var byte
loop: Serin A0,T2400,DataRec <--- it finds error here
Serout B0,T2400,DataRec <--- it findserror here
goto loop



Where is the fult?
I want to say also that i use the pbp demo version.