0% found this document useful (0 votes)
18 views1 page

Communication Protocol Management

The document describes a communication management protocols library developed in VB.Net that facilitates communication and networking via Serial and IO interface ports. It utilizes a separate class for direct Win32 API calls to control Comm Ports and demonstrates client-server communication using sockets. Additionally, it includes file upload/download capabilities and message queuing using SMTP and Windows messaging services.

Uploaded by

tamil630561
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Communication Protocol Management

The document describes a communication management protocols library developed in VB.Net that facilitates communication and networking via Serial and IO interface ports. It utilizes a separate class for direct Win32 API calls to control Comm Ports and demonstrates client-server communication using sockets. Additionally, it includes file upload/download capabilities and message queuing using SMTP and Windows messaging services.

Uploaded by

tamil630561
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

Communication Protocol Management

The communication management protocols library includes a set of


communication protocols and is developed using [Link] classes upon .Net
Framework. It provides different means of communication and networking
methods on Serial ports and IO interface ports. Each protocol has been
developed as a separate module and provides us a constricted access to ports
that efficiently uses the .NET classes and components.

Since the .NET Framework does not support direct control of the Comm Port,
a separate class is used that provides direct Win32 API calls. It demonstrates
communication technologies between client and server using sockets on each
side.

TCP client sends data packet to server spawns a thread to receive data
through socket.
File uploading/downloading facilities from user systems to the server
locates remotely through .Net classes. It provides the facility to upload a file or
multiple files from user's system to the server, which is located remotely on the
Internet. It includes message queing (communicates message from one
application to another application and it stores the message when the recipient is
not there) using SMTP in the mail namespace and windows messaging services
is created.

You might also like