Reply To: Communicating between two nxt bricks

HomeForumsMonoBrick Communication LibraryCommunicating between two nxt bricksReply To: Communicating between two nxt bricks

#4180
Author Image
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.

Posted in

Make a donation