I'm surprised you can get that far.
I currently have 4 loops on two computers.
Loop1 (on PC #1) uses port 2702 to talk to Loop2 (on PC#2)
Loop3 (on PC #1) uses port 2701 to recieved data from Loop4( on PC#2)
I'm using TCP Listen.vi, TCP Open Connection, and TCP Read/Write.
I intended for this to allow simultainous communication betwen the PCs using two different ports (I know TCP IP supports this, I can surf the web and download something via ftp at the same time) but LabVIEW says "The specified network address is currently in use." When I run the VI on PC1.
I agree the address might be in use but not that port number (I know they are wired correctly to 2701 one way and 2702 the other way).
Any suggestions?