I need to be able to communicate with a network device. Of course, it has an IP address and a specific port number to connect to. I have been using a 3rd party software package that allows me to connect to it but I would like to do it only with vb.net...no 3rd party software. I've used the SerialPort class, but I don't think this will cut it.
I need to connect to the ethernet device using by ip:port, send a write command to the device and then read what is returned. Anyone have some ideas or maybe some code that you could share to accomplish this? Thanks a bunch. Nick
