Index

Serial Port Solution using C#.Net

This application demonstrates the use of the SerialPort to allow two users to chat from two separate computers connected by a null modem cable or on the same computer using virtual comport like Com0Com


The application supports 3 different data format viz decimal, hex and text for transmit or revceive.
It allows to configure the various serial port parameters.

Index