Hello, In the open source project OpenNetCF (http://www.opennetcf.org/), you can find an implementation of serial port in .Net.
Cheers, Yann -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Miguel de Icaza Envoyé : mercredi 31 août 2005 15:42 À : Jonathan Pryor Cc : [email protected]; Howard Cole Objet : Re: [Mono-list] Serial Port Libraries Hello, > > The SerialPort class is implemented by Microsoft in the .net 2.0 > > framework in the System.IO.Ports namespace. > > > > Mono doesn't seem to have it implemented yet. But eventually someone > > will implement it. > > Mono has implemented it; see: > > http://www.mono-project.com/HowToSystemIOPorts > > The one potential problem is that it's part of the 2.0 class libraries. The classes are known to require some review, they are known to contain limitations. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
