does c# or the .NET framework provide any serial communications support?
where can i find some info on how to handle serial ports in c#?
thanks
m
Dino Chiesa [MSFT] - 28 Aug 2003 19:29 GMT
Raab,
Serial comms support is not included in the base class library (BCL) for the
.NET Framework v1.0 or v1.1
Check out
http://www.gotdotnet.com/community/usersamples/Default.aspx?query=serial
as a starting point.
-Dino
> does c# or the .NET framework provide any serial communications support?
> where can i find some info on how to handle serial ports in c#?
> thanks
> m
Hakan Lambracht - 18 Sep 2003 09:27 GMT
Hi,
in the last 2 Days i had absolutely the same problem, except im forced to use vb for certain reasons.
I searched and searched, and found.
And, i found it on fuckin MS :
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=075318CA
-E4F1-4846-912C-B4ED37A1578B
itsa vb.net sample
and there is a second :
http://www.msdn.microsoft.com/msdnmag/issues/02/10/NETSerialComm/default.aspx
i think this will help you.
Greetings, Hakan.
-------- Original Message --------
Subject: serial communications (11-Aug-2003 14:00)
From: raab@beethoven.com
To: microsoft.public.dotnet.framework.sdk
> does c# or the .NET framework provide any serial communications support?
> where can i find some info on how to handle serial ports in c#?
> thanks
> m