Question
line break in USART HAL code , end of message
Posted on May 08, 2017 at 05:30
HI ,
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 suggest a way to do this? do I need to hack the
call back code or is this already implimented in USART HAL code?
I have short 6 to 12 byte commands I need to write to buffer as commands.
