Hi,
I know you said you didn't want third party software, but this one is
free! Sax.net makes serial communications components, you can find them at
http://www.sax.net. You can download the VB.NET Resource Kit for free from
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx which contains some of
the Sax components. Of course, just because this is the VB Resource Kit
doesn't mean you can use the components from C#.
A quick search also turned up this component on GotDotNet:
http://www.gotdotnet.com/Community/U...mpleGuid=b06e3
0f9-1301-4cc6-ac14-dfe325097c69
As far as native .NET Framework support goes, there are rumblings about
support coming in the next update to the framework that will come as part of
Whidbey:
http://weblogs.asp.net/pwilson/archi.../28/34218.aspx.
Good luck!
Mack D. Male
MVP Visual Developer - Academic
"Tuldin" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
i'm trying to find a way to access the serial port using C# and have not
had the greatest of luck. i've found a couple packages that supposively add
|
serial communications port access. however as a student i'm cheap and was
wondering if there were any other ways to access the serial port without
using outside party software? i was also wondering why .net doesn't
initially support serial communication.