Hi guys!
I am trying to figure out if there is a possibility to connect two sockets at a time from one nxt to a droid phone.
I try to do this to separate sending commands and receiving sensor data.
It seems like there is no chance connecting twice with "waitForConnection()". It also turned out that there is no chance to connect from the nxt to the phone via "connect()" (not even if it is only one socket)...
(btw. pairing the phone or the pc from the nxt's menu doesn't work)
Maybe it could be interesting that i get 2 different Socket objects on the droid side, but on the nxt side the second waitForConnection() throws a nullpointer Exception.
Only when i try to connect the second socket, it throws an IO Exception on the phone, as the device or resource is busy.
So is there a way to get two connections between nxt and android at the same time?
EDIT:
Additionally, i have to say that i can connect two sockets at the same time between two nxts!

