I have a pemicro Multilink Universal rev D and want to capture SWO trace without using eclipse.
As far as I can tell, this feature is only officially supported using the eclipse plugin. Example:
https://www.pemicro.com/blog/index.cfm?post_id=165
I can see by using wireshark to eavesdrop the "streamingport" that it uses what looks like some proprietary API over the streaming port to configure SWO and retrieve the data.
Is there any documentation that I can get on that API so that I can write my own command line tools to acquire the trace data?