CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How to Open an COM Port and Verify the Presence

    Hi,

    How to open a COM Port programatically.. How to ensure whether the COM Port is valid or not..

    I was trying to open the port using the Open Statment in VB .. It is like this

    Open "COM1" for input as #1

    Please let me know.. Any other solution for this..

    Regards

    Prasad



  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: How to Open an COM Port and Verify the Presence

    Try using MSComm Control that comes with VB...

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured