I would like, if possible, an example on how to, using a c# windows form, save the data in the debug window to a file, or to use it directly.
I am calling a jtag program through a CMD prompt window and I need to be able to read back and process the response.
As I have noticed there are some examples of this function already but they all seem to save predefined data using WriteLine text. I do not need to write any specific data, just read back and save or process the data that returns from the jtag command line.
Any help here would be greatly appreciated.