STM32F405 UART communication between PC
I am sending a command to the STM32F405 through the UART (COM) port for receiving data from the STM32F405. Once the command send from PC it will continously send data from STM32F405. What if the PC drops the connection and goes to sleep. And my STM32...