Closed bremenpl closed 3 years ago
You don't actually have to send data when you start a connection.
You could try this.
Enable "Persistent TCP"
Leave the ASCII/HEX blank
Click "Send" to start the TCP connection. There is no data being sent, so it is behaving like your "Connect" command. A pop-up will appear that is holding the session.
When done, hit "close" to close the connection.
Repeat 3 and 4 as needed.
What OS?
Description of issue
Hello there, I was wondering whether it is possible to somehow only perform the following operation via TCP sockets:
Currently,
Connect
is being sent out automatically with the first TCP packet. Is there a way to distinguish this command manually?I would appreciate all help.