RS232 communication

  • Thread starter Thread starter AlirezaH
  • Start date Start date
What kind of implementation are you looking for? A SerialPort class
exists within .NET Framework 2.0 and by downloading Visual C# Express
Beta you can get that. Of course, the words Express and Beta might be
showstoppers for using within a commercial product, but I was able to
quickly type up an RS232 terminal using just classes within the new .NET.

For implementations under 1.1, the CodeProject file mentioned by
Christopher Kimbell is a good example, another one is using a commercial
library (http://www.moskalyuk.com/blog/archives/000205.html) and yet
another free one exists on GotDotNet
(http://www.gotdotnet.com/Community/...mpleGuid=8aaa0158-95b6-49a7-bb20-93391fc4c196).

Alex Moskalyuk
 
Back
Top