Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Remote port communication

Remote port communication

Scheduled Pinned Locked Moved Visual Basic
questioncsharpcomhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shreekar
    wrote on last edited by
    #1

    Hi I can connect to the local COM port thru VB.Net How can I connect to a COM port on a remote machine? What URL/URI do I give for the port address: is it "servername:port number" or something else? What is the valid specification to access a remote port? Obviously, I have not yet found any answers to the questions above. Can somebody help me in getting the answers?

    Shreekar

    D 1 Reply Last reply
    0
    • S shreekar

      Hi I can connect to the local COM port thru VB.Net How can I connect to a COM port on a remote machine? What URL/URI do I give for the port address: is it "servername:port number" or something else? What is the valid specification to access a remote port? Obviously, I have not yet found any answers to the questions above. Can somebody help me in getting the answers?

      Shreekar

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You can't. There's no way you can just "connect" to a remote COM port like that. You have to have a remote application running on the target machine to use that machines COM port, then you establish a connection between your local app and the remote app over the network using any method you want, like .NET Remoting, WinSock, ...

      Dave Kreskowiak Microsoft MVP - Visual Basic

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups