How do I get the com port working on .net 1.0
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I am trying to get the comm port 1 working by using the .net 1.0 framework now I can do it with .net 2.0 with System.IO.Port but it seems that this is missing in .net 1.0. Thanks Samuel
-
Hi I am trying to get the comm port 1 working by using the .net 1.0 framework now I can do it with .net 2.0 with System.IO.Port but it seems that this is missing in .net 1.0. Thanks Samuel
You're right - it's not supported in .NET 1.0. However, if you search CodeProject you'll find that people have solved this problem. Check out this page: http://www.codeproject.com/info/search.asp?cats=3&searchkw=serial+port&Submit1=Search&author=&sd=15+Nov+1999&ed=2+Aug+2007[^] Many of the entries look like they could be useful. Check #5 out for starters.