I cannot transfer a variable from one PIC to another as:
master: SEROUT B.7,N2400,[w2]
slave: SERIN B.0,N2400,[w2]
It appears that the slave does not wait for any serin (the pic's run in 2 different programs/circuits). How to implement a "wait til receive a serial connection"?
Would it be something like:
SERIN B.0,N2400,100,[w2]
to wait for 100ms?
Bookmarks