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.

Transceiver Mode接收不到数据

Other Parts Discussed in Thread: CC3220SF

CC3220SF建立了Transceiver Mode,但是在接收端使用下面这两句话,无法显示出传输的数据,怎么回事?保证信道设置、比特率设置等正确无误。

Status = sl_Recv(Sd, RecvBuf, 1000, 0);
UART_PRINT("%s\n\r", RecvBuf);