2018-07-29 05:45 AM
Hi,
I've upgraded my on board debugger from ST-link to J-link.
Everything works as expected and I'm able to burn the flash and debug.
However, when I used on board ST-link I was also able to connect to the board with PUTTY and direct my stdin/stdout to the serial port.
Now this functionality is seem to be disabled / removed.
Any idea if J-Link allows COM PORT over USB similar to ST-LINK?
Thanks.
2018-07-29 07:34 AM
Not sure, perhaps Segger doesn't implement such functionality. Could you use the SWV for input/output?
2018-07-30 05:58 AM
Thanks.
Seems like JLINK do open a COM PORT - I saw it in device manager.
THe problem was the default baudrate and configuration.
Once fixed - I was able to use stdin/stdout via PUTTY.
Thanks.