Serial Port

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thiago Guedes

    #1

    Serial Port

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

    Tks,
    Thiago

  • news.microsoft.com

    #2
    Re: Serial Port



    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 ?



    "Thiago Guedes" <thiagosguedes@ hotmail.com> wrote in message
    news:002001c3a2 24$d8a61030$a30 1280a@phx.gbl.. .[color=blue]
    > Hi,
    > how can I use Serial Port, using a framework native code.
    > I dont want to use P/Invoke.
    >
    > Tks,
    > Thiago
    >[/color]


    Comment

    • Dick Grier

      #3
      Re: Serial Port

      See my reply in .dotnet.framewo rk.

      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.


      Comment

      Working...