I'm currently researching whether it's possible to have multiple capture files open at the same time. There would be one capture file open for each com port and I will be using 4 different com ports. Is this possible?
Also, the data that I'm capturing is a text file that's being output from 4 different machines. At the end of the text file, the text 'Report Complete' is sent over. Is there any sample code available that would show me how to wait till I see those words and then automatically close the text file and save it to disk?
Also, the data that I'm capturing is a text file that's being output from 4 different machines. At the end of the text file, the text 'Report Complete' is sent over. Is there any sample code available that would show me how to wait till I see those words and then automatically close the text file and save it to disk?