Description: Base Class Library for RS232 Communications.
Ref: Serial Comm: Use P/Invoke to Develop a .NET Base Class Library
for Serial Device Communications John Hind, MSDN Magazine, Oct 2002.
V1.3 February 2004.
LIBRARY
CommBase.dll
The library redistributable assembly- .NET managed code.
Contains namespace JH.CommBase. Requires Unmanaged Code Permission.
CommBase.xml
Intellisense comments for the library. Copy this to the same directory as
CommBase.dll when referencing the library in the development environment.
CommBaseSource\CommBase.cs
CommBaseSource\CommPingPong.cs
CommbaseSource\AssemblyInfo.cs
Source code for CommBase.dll assembly. Build in a Visual Studio C# Class
Library project. Set the XML Documentation File option in configuration
properties to rebuild the Intellisense comments.
To Search:
File list (Check if you may need any files):
NETSerialComm\BaseTerm.exe
.............\........Source\AssemblyInfo.cs
.............\..............\BaseTerm.cs
.............\..............\InfoForm.cs
.............\..............\SettingsForm.cs
.............\..............\TermForm.cs
.............\CommBase.dll
.............\CommBase.xml
.............\........Source\AssemblyInfo.cs
.............\..............\CommBase.cs
.............\..............\CommPingPong.cs
.............\EULA.doc
.............\LineTerm.vb
.............\Readme.txt
.............\BaseTermSource
.............\CommBaseSource
NETSerialComm