Other Parts Discussed in Thread: CC2538
我的网关是7688+cc2538(协调器),7688通过串口发送命令给协调器控制router的灯开关,协调器cc2538串口返回错误。返回命令为MT_AF_DATA_REQUEST,错误代码为(ZMemError 0x10)、(ZBufferFull 0x11)。返回错误的几率很大,请问怎么改善...
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: CC2538
我的网关是7688+cc2538(协调器),7688通过串口发送命令给协调器控制router的灯开关,协调器cc2538串口返回错误。返回命令为MT_AF_DATA_REQUEST,错误代码为(ZMemError 0x10)、(ZBufferFull 0x11)。返回错误的几率很大,请问怎么改善...
根据您的错误提示,建议您增大缓冲区
| ZMemError | –系统内存错误 | 0x10 |
| ZBufferFull | –缓冲区满 | 0x11 |