STlink v2 live debugger does not capture COM port
Hi,
I have written application using visual studio C#. And I send commands through the COM port from my Visual Studio application to my STM32 board. There is a bit of strangeness, when I run the live debugger using STlink V2 with STM32CubeIDE I can see the command come through the receiver buffer and my board responds to that command. But when I dont use the live debugger, I cant see the command come through the COM port and my board does not respond to do anything.
I have set of commands that control certain things to do on the board. How can I track whether the command sending through the COM port. Is there possibility COM port is stuck or hanging with command.
