I can not use <<include>> in my programm. I use pbp demo and I do not have this permittion!!!


Can someone help me with the eerors i find?




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