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.
Tool/software: Code Composer Studio
Hi~
i use rfpacketRx_UART example now (i must using uart)
but if more than two device transfered packet, rfpacketRx cannot received packet well (maybe colision)
so i want example like below
if rx request data to device 1, device 1 transfer data and rx received
and rx request data to device 2, device 2 transfer data and rx received
and rx request data to device 1, device 1 transfer data and rx received
...
is there any example?
thanks for comment. is it ok if i use uart-write in callback funtion?
rfpacketRx is not possible..