How to use serial port in in visual basic.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yusufjammy
    New Member
    • Jan 2010
    • 39

    How to use serial port in in visual basic.net

    How to use serial port in in visual basic.net
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Check out the System.IO.Ports Namespace. Specifically check out the SerialPort class.

    All the information you need on the System.IO.Ports namespace and any other .NET controls/namepsace can be found in the MSDN Library. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

    -Frinny

    Comment

    Working...