Using winsock socket control in VB how does one handle the data_arrival to
filter out the difference between real data or just local echo?
When used in a telnet application, some switches send local echo, so what
you type you get back before the actual data.
I can't compare the string that I type to the data returned (to see if it's
an echo) since the arrival sometimes are one character at a time.
Any advice is greatly appreciated. Thanks!
filter out the difference between real data or just local echo?
When used in a telnet application, some switches send local echo, so what
you type you get back before the actual data.
I can't compare the string that I type to the data returned (to see if it's
an echo) since the arrival sometimes are one character at a time.
Any advice is greatly appreciated. Thanks!