Hello everyone,

I have an interface written in the Visual Studio C++.net environment using Visual Studio 2003 using the CSerialPort class provided on this site. Now, I have noticed there is also a C# routine called NetSerialComm (appearing at http://msdn.microsoft.com/msdnmag/is...netserialcomm/ ) This article assumes familiarity with C# and RS232 communications. I know RS232.

It comes with a provided dll and what appears to be source for C#, I am not sure if those files have the .cs extension. The source code appears here:
http://msdn.microsoft.com/msdnmag/code02.aspx

My question is, does anyone know how to include this into a C++ project? Does that ability exist? Or a quick line of code to include this in a simple C++ dialog project?

Anyone willing to give me a quick look at whipping up something? I havent used C# before.

Thanks

[email protected]