I wish to use data sockets to connect several different modules of my lab view program, however as there is more than one module I face the prospect of having different data transmitted upon the same data socket. To prevent this I would like to have the different modules each assigned a specific port to use for their communications with the main part of the program. However, I do not know which ports I can use and which ones I can't. Could someone please tell me which ones are availible, so as to avoid collisions with other programs that might be running on the computer, and which ones are preferable, or if there is a better way to do this. This approach seems to be a much easier solution than putting some sort of identifier insid
e the data.