关于2530的串口使用

上面的链接里只说到了初始化,
但是串口收到数据后在哪里处理啊,请指导下再哪些处理串口收到的数据,
void uartRxCb( uint8 port, uint8 event )
串口的uint8 event收到数据后会进行下面函数的uint16 events里吗?
uint16 zclSampleLight_event_loop( uint8 task_id, uint16 events )
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
关于2530的串口使用

上面的链接里只说到了初始化,
但是串口收到数据后在哪里处理啊,请指导下再哪些处理串口收到的数据,
void uartRxCb( uint8 port, uint8 event )
串口的uint8 event收到数据后会进行下面函数的uint16 events里吗?
uint16 zclSampleLight_event_loop( uint8 task_id, uint16 events )