Visual Basic Examples from Embedded Ethernet and Internet Complete

by Jan Axelson

This file is part of eeic_vb_vs2003.zip, which contains the Visual Basic code examples from Embedded Ethernet and Internet Complete.

The File

eeic_vb_vs2003.zip is available from www.Lvr.com/eeccode.htm.

The Applications

The code is Visual Basic code written using Visual Studio 2003. If you don't have Visual Basic .NET, you can run the .exe application in the project's \bin directory if your system has the file dotnetfx.exe, available from Microsoft.

The applications communicate with RabbitCore and TINI modules. See the web page above for links to code.

These are the applications:

UDP Send. Sends data using UDP. Use with Rabbit and TINI UDP Receive applications.

UDP Receive. Receives data using UDP. Use with Rabbit and TINI UDP Send applications.

TCP Client. Sends and receives data using TCP. Use with Rabbit and TINI TCP Server applications.