Why would a project using Uart only work while connecting the USB (StLink) cable to a particular computer?
The project uses a Nucleo board with a STM32H723NG on it. I have adapted the NX_TCP_Server project and I am using Usart2 as a port to send and get data from a device that is then transferred over TCP. This all works fine when connected to the deskt...