Hi Dave C-J,
Thank you for your response.
I am using OSX, and found a utility called Packet Sender. I have used this to send a string to the port I have assigned.
It too doesn't show anything being returned from Node-red.
I have confirmed the port is open to both input and output in WHM on my server.
I can see the incoming connection come & go in the node-red interface. I normally see 0 connections, and when I send a packet to it, it shows 1 connection for a brief time, then back to 0 connections again. This is as expected as I am not keeping the TCP connection open (not persistent).
When I send the packet, I get three lines in the log.
First line shows me;
From IP (my IP)
From Port (63168)
To IP (my servers static IP)
To Port (19691) which is the port I am trying to use.
Method (TCP)
Error (blank)
ASCII (the string I am sending)
The second line show me;
From IP (my servers static IP)
From Port (19691)
To IP (My IP address)
To Port (63168)
Method (TCP)
Error (blank)
ASCII (blank)
The third line I see is almost identical to the second with a slightly later timestamp (approx 300mS).
Each time I send the packet, the from port (my pc) and the to port (response, lines 2 & 3) changes
I have tried deleting the TCP out node and recreating it without any change in operation.