I can not see any printf in screen using Tera Term
I am trying to write something using printf with STM32-nucleo-h743zi board, windows 10. I can run programs that make a led turn on, and make connections via uart and all the things, but when i open tera term or Putty, i can not see any word in there.. I link my nucleo with other stm32 chip to do other stuff and it works via uart, but nothing about writing in Tera term or Putty.
My COM configuration is ok for sure, and i use the same baud that is written in my code.

I just use this method, i saw this tutorial: https://community.st.com/t5/stm32-mcus/how-to-redirect-the-printf-function-to-a-uart-for-debug-messages/ta-p/49865
I saw different videos in youtube and all the people do it in the same way.
I connect my board using USB. It must be simple, but i can't reach this thing...
Any suggestions??
Thank you.