Serial Port

  • Thread starter Thread starter Thiago Guedes
  • Start date Start date
T

Thiago Guedes

Hi,
how can I use Serial Port, using a framework native code.
I dont want to use P/Invoke.

Tks,
Thiago
 
See my reply in .dotnet.framework.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
http://longhorn.msdn.microsoft.com

2004 System.IO.Ports namespace or craptiveX interop


What do you think the class library will do to get serial comm? It will
platform invoke
so why not wrap youre class to the same layout as the one due in 04 then you
can just replace it when it arrives.

Is it that hard for you?

Im sure somebody has done it, search google or dotnet code repositorys or
sourceforge..

Do you ever program or do you spend most of ur time whining like a little
girl ?
 
Back
Top