Complete the following steps to create a TCP server using the TCP functions.
Use the TCP Listen VI or the TCP Create Listener and TCP Wait On Listener functions to wait for a connection. You must specify the port and optionally a service name. This port or service name must be the same port or service name that the client attempts to access.
TCP Listen VI
Add Find
TCP Create Listener Function
Add Find
TCP Wait On Listener Function
Add Find
If a connection is established, use the TCP Write function to send a message to the client. The data must be in a form that the client can accept.
Add Find
Use the TCP Read function to read a message from the client.