This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to process the data from UART?

Hi all .
In one way ,all the messages is following a standard format ,like:"SOH,MSG ID, CMPL ID,MSG DATA LENGTH, MSG DATA ,CHECKSUM",so this format can be embed in UART_ISR to receive the message wanted.But,if have some different kinds of message which following different formats ,or baudrate is too high to process in the UART_ISR,how can the firmware process these message?Where have any referenced source code ?
Thanks for help.

0