I'm creating a client-server style program.
The two connect fine and I can send data from the client to the server, The server gets the information correctly
However when I try and send data from the server to the client, the client receives empty packets. Upon closer inspection I've noticed that the clients local port is random and not what I set it too (usually around the 1200. When connecting I have set it to use port 1982.
TCPIP.connect "127.0.0.1", 1982
Does anyone have any ideas, suggestions on this one?