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.

终端接收设置问题



当终端接收到一个命令后,就把接收设置为一直打开的状态,怎么去实现呢

我在编译选项里面设置-DRFD_RCVC_ALWAYS_ON=TRUE是可以的,

但是程序中实现的话

RxOnIdle = TRUE;

ZMacSetReq( ZMacRxOnIdle, &RxOnIdle );

或者

macRxEnableFlags = TRUE;

macRxOnRequest();

都不能成功,请问有什么方法能实现我想要的功能吗