I want to use my RTT output stream with another command line program for plotting purposes.
It looks like it's possible with JLinkRTTClient.exe
$ .\JLinkRTTClient.exe > C:\Users\gabriel\temp\test.txt
That said, I'd like to be able to select the channel.
Something like this:
$ .\JLinkRTTClient.exe --channel 2 > C:\Users\gabriel\temp\test.txt
Do you know how I could achieve this?
It looks like it's possible with JLinkRTTClient.exe
$ .\JLinkRTTClient.exe > C:\Users\gabriel\temp\test.txt
That said, I'd like to be able to select the channel.
Something like this:
$ .\JLinkRTTClient.exe --channel 2 > C:\Users\gabriel\temp\test.txt
Do you know how I could achieve this?