We are doing a 3d printer with lego.
Till now we have been programming with the basic software of nxt.
So we had a nct who did calculs (depending of many variables) and then just send the result to the other nxt.
Now we are programming with java.
And we had expected that it was possible to connect to nxt together so that it would be like ONE nxt.
I mean that you could just progran on the first one, and if we want to use a motor conected to the second one just write something likt this "nxt2.p1.motor.forward();"
So the code of the second nxt would just be "make connection with nxt1 and let s him give you order"
You know what i mean ?
Ps: our blog
http://lego-3d-drucker.blogspot.ch/Thanks for helping