N Nicholas Paldino [.NET/C# MVP] Mar 8, 2004 #3 PawelR, There is a sample of how to connect to the COM port on gotdotnet.com. You can find it at: http://www.gotdotnet.com/Community/...mpleGuid=9dde5cf3-4842-4d4b-baa7-73e09c4d5890 You can also make a call to the CreateFile API function through the P/Invoke layer, and then pass the handle to the COM port to the FileStream class. Hope this helps.
PawelR, There is a sample of how to connect to the COM port on gotdotnet.com. You can find it at: http://www.gotdotnet.com/Community/...mpleGuid=9dde5cf3-4842-4d4b-baa7-73e09c4d5890 You can also make a call to the CreateFile API function through the P/Invoke layer, and then pass the handle to the COM port to the FileStream class. Hope this helps.