About 622,000 results
Open links in new tab
  1. How to telnet to an IP address on a specific port? - Super User

    Sep 23, 2011 · 22 On a normal Unix machine the port is just the second argument on the command line. If you wanted to telnet to your device on port 12345 you'd use: telnet 10.1.1.55 12345 You have to …

  2. How to check if a Serial (COM) port works - Super User

    May 30, 2018 · You can check the COM port itself using a loopback test. You would need to short the transmit pin to the receive pin. This will work at any baud rate. The connection to the device requires …

  3. How to check COM ports in Windows 10? - Super User

    Jun 12, 2020 · Just like we can check COM ports in windows 7 or lower , by going to Control Panel >> Device Manager >> Ports How should we check it in Windows 10?

  4. Test if a port on a remote system is reachable (without telnet)

    Feb 12, 2016 · In the old days, we used telnet to see if a port on a remote host was open: telnet hostname port would attempt to connect to any port on any host and give you access to the raw TCP …

  5. How can you test communication on a COM/Serial port?

    Sep 12, 2012 · How can you test communication on a COM/Serial port? Ask Question Asked 13 years, 3 months ago Modified 11 years, 2 months ago

  6. PowerShell command "test-netconnection <address> -p <port number ...

    Jul 12, 2022 · No, port 80 shouldn't just work by default, unless you have an HTTP (insecure) web server running. PingSucceeded : True This line shows that the tnc output agrees with your ping …

  7. What is the Windows equivalent of the command "nc [server_name] …

    Sep 8, 2017 · But a lot of admins use nc to check if a connection / port is reachable or open via nc -vz <ipaddr> <port>. This behavior can be replicated on a windows client via the command described …

  8. Is PowerShell Test-Connection command from another PC cause …

    Dec 15, 2024 · PowerShell / Test-NetConnection 192.168.6.105 -port 3700 Is that command from CLIENT cause mis-communication of the DEVICE and SERVER? CLIENT -> (Device & Server) If …

  9. linux - Is it possible to ping an address:port? - Super User

    Jun 17, 2014 · Technically, wouldn't it be possible to "ping" a port as follows? You can establish a TCP/UDP connection, and you count how many milliseconds it took to establish that connection.

  10. How can I check which ports are busy and which ports are free on my ...

    Is there any command line command or any other way to find and list out the busy and free port numbers on my Linux machine?