| Author |
Message |
shell3
Joined: 28 Mar 2002 Posts: 36
|
22 Apr 2003 0:41 How to control an Ethernet link with VB |
|
|
|
My problem is to control a remote equipment throught an Ethernet link using Visual Basic.
I will like to write a command to a TX-Buffer and have this buffer sent automatically to a RX-Buffer in the remote equipment. The same scheme in the test equipment will send a response back to the controller.
A driver that do this job should already exist... Interrupt driven interface is preferable.It should run under W2K and XP.
Any suggestions?
Thank you,
shell3
|
|
| Back to top |
|
 |
MrEd
Joined: 26 Apr 2001 Posts: 105 Location: the Singularity
|
22 Apr 2003 2:53 |
|
|
|
Hi Shell3,
This VB site is brilliant and should have what you are looking for.
http://www.planet-source-code.com/
Cheers
MrEd
|
|
| Back to top |
|
 |
techie
Joined: 05 Feb 2002 Posts: 834 Helped: 42
|
22 Apr 2003 5:07 |
|
|
|
| You need to use the "winsock" control that comes included with VB. It is simple to use and there are numerous examples on the internet. Just earch VB and winsock on g00gle and you will find what you want
|
|
| Back to top |
|
 |