I am able to send regular strings through winsock, however, I am not able to send Chr() strings.
IE:
.SendData Chr(43)
That 'freezes' the winsock or something odd. Any ideas?
Thnx
You useing the activeX winsock control or the .net socket?
My problem exsisted because I was using the control in .net, problem solved though. Stupid mistake on my part.