Dart Home | PowerTCP Telnet for .NET | Custom Development | Reply | PowerTCP Telnet for .NET Topics | Forums |
Author | Forum: PowerTCP Telnet for .NET Topic: connecting to terminal server |
fred G fgk9@aol.com From: lenexa, KS USA Posts: 4 Member Since: 08/06/06 |
posted August 6, 2006 6:08 PM I need to connect to a terminal server. All I have is an IP address and port number. (no username,password) what is the sytax to telnet to this device? I'm using VB.net? Thanks |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted August 7, 2006 10:14 AM Are you sure that you mean "terminal server" and not "telnet server?" What was the port number you were given? |
fred G fgk9@aol.com From: lenexa, KS USA Posts: 4 Member Since: 08/06/06 |
posted August 7, 2006 1:57 PM The server is a Cisco 2600. We call them terminal servers. Each serial port has a port number. To gain access to device on the serial port we telnet to the IP plus the port number. Example (10.31.128.43 2001) |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted August 7, 2006 2:02 PM Are you using a trial version of the product, and if not, which licensed version of the product do you have running? |
fred G fgk9@aol.com From: lenexa, KS USA Posts: 4 Member Since: 08/06/06 |
posted August 7, 2006 3:24 PM The software is licensed. It was purchased in April of 2005. Probably needs to be updated. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted August 7, 2006 5:26 PM Have you looked at any of the sample apps yet? The Telnet client has code that shows how to connect. Also, the Online Help has descriptions. Here is the code that would do a connect using the info that you gave me: Telnet1.Connect("10.31.128.43",2001); |
fred G fgk9@aol.com From: lenexa, KS USA Posts: 4 Member Since: 08/06/06 |
posted August 7, 2006 6:48 PM Thanks, that is all I needed. |
Reply | PowerTCP Telnet for .NET Topics | Forums |
This site is powered by
![]() |