A TCP listener waits for other devices to initiate (open) the TCP connection. Obviously, as your earlier test indicates, the device itself is a listener since it answers to TCP Open and Read. This is the way to communicate with the device. For the device to initiate the connection with your TCP Listener, it would need to know what is your IP address. Probably the manufacturer means to say: open a TCP connection and read (listen) data from the device.