Home→Forums→MonoBrick Communication Library→Communicating between two nxt bricks→Reply To: Communicating between two nxt bricks
April 22, 2014 at 21:10
#4180

Chris Connor
Participant
Actually I was just thinking would it be possible to initialize two NXT bricks in the same code? That way it would be using the PC as a bridge. As in initializing two bricks like this
Brick1 = new Brick<RCXRotationSensor, Sonar, RCXRotationSensor, Sensor>(“COM5”);
Brick2 = new Brick<RCXRotationSensor, Sonar, RCXRotationSensor, Sensor>(“COM6”);
Using two different com ports it should in theory work? Not sure if you have this implemented or not but it seems like it should work.
Follow