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.

打印协调器的终端列表为啥只能打印10个终端

 使用下面程序打印协调器的终端列表

for(len=0;len<NWK_MAX_DEVICES;len++)
       {
        HalUARTWrite(0,Array_data(AssociatedDevList[len].shortAddr),4 );
        APSME_LookupExtAddr(AssociatedDevList[len].shortAddr,MyIEEE );
        HalUARTWrite(0,MyIEEE,8 );
       }

只能从串口打印10个终端,其他的都打印不出来。不过通讯都正常