Link to home
Start Free TrialLog in
Avatar of Bob Schneider
Bob SchneiderFlag for United States of America

asked on

Include TelNet functionality in vb6 Program

Is there a way to connect one device with another via TelNet in vb6 code?  I need to connect my laptop with a race timing machine so that I can pull data from the timing machine as it comes and and process it for near-real time race results.  I am working with PuTTY now but hoping to "remove the middle man" and do it within the program.

Thank you in advance!
Avatar of Bill Prew
Bill Prew

I think .Net has a Telnet client built in, I haven't used it so can't give direct advice or examples, but take a look at this earlier question and perhaps it will give you some clues to research further.

Telnet via VB

I'm sure you can also find third part libraries / packages that you could build off of, but these will likely cost a bit of money.  For example:

Terminal Emulation, SSH & Telnet Shell for .NET C# & VB | ComponentPro


»bp
Avatar of Bob Schneider

ASKER

Thanks but, unless I am missing something, these reference vb.Net rather than vb6.  Am I wrong?
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much!