Hi
im hoping someone can help me, honestly it might be a easy thing to do, however i have been cracking my brain around this and can't seem to get it to work.
uint8_t Rx_data[6] = {0};
HAL_UART_Receive(&huart1, Rx_data, 6, 1000);printf("%s\n", Rx_dat...