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

asked on

Stream Data From Race Timing Device to PC

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.
Avatar of Bill Prew
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?


»bp
Avatar of Bob Schneider

ASKER

ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

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
How did I miss that?
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?
User generated image
»bp
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.
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.

Include TelNet functionality in vb6 Program Solutions | Experts Exchange


»bp