by gloomyandy » Wed Jan 18, 2012 2:48 pm
You can have one inbound and three outbound connections. In this context inbound means a connection that was made from another device to the NXT (i.e. the NXT used waitForConnection), while outbound means connections originated from the NXT to some other device (so in this case the NXT code used the connect method). In all cases the connections are full duplex so you can send data in both directions.
Note however that having more than one active connection, means that the NXT has to do a lot more work to manage the connections and so the data rate and the reliability of the connections will be reduced...
Andy