Serial Port

T

Thiago Guedes

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

Tks,
Thiago
 
D

Dick Grier

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.
 
N

news.microsoft.com

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top