Hi, I am currently trying to have one NXT and two RCX's communicate with each other. Right now, I am thinking of a daisy chain, where two sensor ports are used (data line and clock line) and using the NXT as a master with serial transfer. The clock line will be on the first port/sensor and the data line will be on the second port/sensor. In order to make it work, I will have to emulate some things in software, so I have a few questions =)
1) How fast can the NXT and RCX switch threads (millisecond wise)?
2) How fast can the NXT and RCX activate/passivate a sensor? Do the methods block or return instantly?
3) Is it even possible to do what I'm thinking? =P
Many thanks!

