I need a utility that will transmit data from a timing box to my pc over an ethernet cable. Is there a better solution than TelNet? It would be nice if it came with vb6 source code so I could modify it to control the directory where it sends the data.
SSH / Telnet SoftwareVisual Basic Classic
Last Comment
Bill Prew
8/22/2022 - Mon
Bill Prew
Does the timing box only support the Telnet protocol, or are there other protocols that it can support? Are the specs online anyplace to view?
Well, that tells you the port to "connect" to on the device, but it doesn't really speak to the protocol spoken on that port, does it?
Are they assuming Telnet?
And is that data "streamed" in this format?
»bp
Bob Schneider
ASKER
I might have closed this too soon because it doesn't tell me where it goes/streams to. Yes, that is the format and I have already created the script to parse it into the format that I need. I will talk to our rep and see what he can tell me.
Bob Schneider
ASKER
I have modified a telnet utility from this site to give me what I need but it stops streaming occassionally. The timing box continues to time but the data stops streaming to my pc so I am then unable to get continuous results. I can rewind all data but I really need an uninterrupted stream to do my job well.
What Telnet utility is that, and is it a "component" that you are using right in your VB6 application, or a standalone Windows program that you are executing and somehow capturing the output from (console, etc)? Have you looked into any of the ones mentioned in this question, I would expect the paid ones are more robust than the free and may perform better.
»bp