What delay time should be set when transmitting data via UART?
The fourth parameter in the HAL_UART_Transmit function.Suppose I send 5 characters, is probably 5*9==45 .Transfer rate 115200 Bits/sWhat delay should I set in the HAL_UART_Transmit function?5 characters at a speed of 115200 Bits/s will be transmitted...