Creating a TCP Server

Complete the following steps to create a TCP server using the TCP functions.

  1. 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.
  2. 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
  3. Use the TCP Read function to read a message from the client.

     Add  Find
  4. Use the TCP Close Connection function to close the connection.

     Add  Find

Refer to the following VIs for examples of a TCP server: