How to read data received from UART
CompletedHi,
I'm trying to read data received from UART1 without success. In uart.c I can see interrupt handler for UART1, if I print in it it's working, but if I try to read data like that :
uint8_t buff[16];
UART_Read(DJI_CONSOLE_UART_NUM, buff, 16
I have nothing in buff, do you have an example how to read data received from uart with your code ?
Thanks
Please sign in to leave a comment.
Comments
1 comment