How to read data received from UART
已完成Hi,
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
请先登录再写评论。
评论
1 条评论