Hi, my question is how to transmit the test results directly to server(such as via tcp/ip protocal) from BT-Basic?
Now we can successfully log the formatted test results in a text file then upload it to the server.
But for test result data integrate, it would be better to let basic to directly transmit the test results to server with defined a string, then server could complete the data logging or do anything else based on it.
Could anybody help to propose solutions for that?
Thanks.
Kai
Now we can successfully log the formatted test results in a text file then upload it to the server.
But for test result data integrate, it would be better to let basic to directly transmit the test results to server with defined a string, then server could complete the data logging or do anything else based on it.
Could anybody help to propose solutions for that?
Thanks.
Kai
Right now, we have a script on another network pc that uses ftp commands to copy, verify and delete the log files from the UNIX controller to a network location.