Tuesday, March 13, 2012

TCP sockets

I need to write a VB.NET code to read data from a controller using TCP sockets. Any help would be greatly appreciated.

thank youTake a look at the System.Net.Sockets namespace, in particular TcpClient. There is a pretty good example in the documentation

0 comments:

Post a Comment