line break in USART HAL code , end of message
Posted on May 08, 2017 at 05:30HI ,I have a UART devise hooked up to STM32F7 and working with HAL interrupt callback..HAL_UART_Receive_IT(&UartHandle,*ActiveUartBuff,sizebuf) != HAL_OK)How do we read line break ( end of message ) , Can anyone sugge...