How do I use multiple uarts with put char / get char using prtinf?
Posted on November 27, 2017 at 02:15Good morningI want to use uart in multiple ways as shown below.I want to set prtinf tx and rx it with getchar.How do I use multiple uarts with put char / get char?void UART_Init(void){huart1.Instance = USART1; hua...