How to send commands from PC to Nulceo board over ST-Link USB interface (UART)?
Hello everyone
I'm using a Nucleo board, specifically the L031K6. I'm used to sending UART messages from the board to the PC via the ST-Link USB interface. In this project I wanted to do the other direction going from the PC up to the card over the same interface.
The problem is I keep receiving data on the PC but I couldn't receive any data on the card although I tried different serial terminals.
When I searched online I only found examples of people using the other USB interface available on some cards in order to communicate in both directions or directly over GPIO using an external USB-UART bridge.
I want to know if it is possible to this task directly over ST-Link because that would be easier than buying an additional card or a new Nucleo with extra USB.
Thank you.

