UART variable length message
Posted on March 16, 2017 at 10:48Good morning, I'm making a program that should receive from the UART a variable length message. The message ends with '\n'I tried it with thisuint8_t rxChar=0;int main() { HAL_UART_Receive_IT(&huart2, &rxChar, 1...