Re: [ADVANCED-DOTNET] Serial Ports & .NET

2002-04-18 Thread James Berry
http://www.gotdotnet.com/userfiles/LoMaN/SerialStream.zip Is a much, much better implementation. The JustinIO file which has been floating around since beta-1/beta-2 days is a bit of a mess really (IMO) You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, o

Re: [ADVANCED-DOTNET] Serialize XML to SOAP Message

2002-04-18 Thread Craig Andera
> Craig, I'm guessing that what you were talking about here is > the subject of your talk at DevCon. Yes. > Are you going to post > the code from your talk anywhere? I'm interested in playing > with the idea of XSLT SOAP endpoints. Well, technically I believe those slides belong to Chris and T

Re: [ADVANCED-DOTNET] Serial Ports & .NET

2002-04-18 Thread Richard Birkby
http://www.gotdotnet.com/userarea/filedetails.aspx?FileName=JustinIO.zip > -Original Message- > From: Moderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Wilson > Sent: 17 April 2002 15:38 > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] Serial P

Re: [ADVANCED-DOTNET] Serial Ports & .NET

2002-04-18 Thread Patrick Steele
The framework doesn't have any built-in classes for serial port IO. However, here's a few links to code that wraps the Win32 API's: http://msdn.microsoft.com/code/default.asp?url=/code/sample.asp?url=/msdn-fi les/026/002/414/msdncompositedoc.xml http://www.nxys.com/justin/io.htm --- Patrick Ste