Intercommunication between stamps
Donald Wheeler
Posts: 10
· My problem is this: I need two BS2px's to communicate over serial in a reliable manner. I have tried two different but very similar methods, both using direct connection, flow control and the SERIN/SEROUT commands. The issue here is timing. The two programs have become somewhat complex, and the timing needs of the SERIN and SEROUT commands make this method unreliable. What other method can I use that will not have timing problems (examples would be appreciated)?.
· Thank you,
···· RT
· Thank you,
···· RT
Comments
There's also examples on the website as to how to use the module for a task-switching 'tick', so you can implement a BS2-based state-machine multi-tasking.
You'll still have to work out possible race conditions, of course.