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.

关于串口回调函数的问题

Other Parts Discussed in Thread: CC2530, Z-STACK

遇到一个问题,我想要替换一个坏了的协调器,通过网上的一些帖子和TI社区的回复,是需要用MT Command来读出NV中存放的数据,再用MT Command写入,,问题如下:

我使用MT Command的时候,串口配置的回调函数,必须是MT_UartProcessZToolData,才能读出或者写入数据,但是我自己也需要了一个回调函数来处理串口的数据,这样两个回调函数只能使用一个,我想问一下有没有什么兼容的方式?