Will the SerialPort Class be implemented in CF in VS2005 ?

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

Visual Studio 2005 implements support for the serial port in the
System.IO.Ports namespace, But I am only able to find documentation
regarding the normal .NET Framework - how about Compact Frame - which serial
port functions will be implemented there?

Thanks!
Ole
 
Visual Studio 2005 Betas are only available to beta testers or MSDN
subscribers. Only the Express edition products are publically available but
these don't have device development functionality, however you could
experiment with the SerialPort class in a desktop project.

Another option is to download the .NET 2.0 SDK beta which includes the
compact framework, and you can use this to do command line builds:-
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top