I made this program :
Code:
for(;;) { UINT8 MLMESetChannelRequest(UINT8 u3Channel); UINT8 MCPSDataRequest(tTxPacket *psTxPacket); UINT8 MLMESetChannelRequest(UINT8 u12Channel); UINT8 MLMERXEnableRequest(tRxPacket *psRxPacket, UINT32 u32Timeout);}
I want to receive and send data, but with this function, nothing sent and received
How use this functions to send datas (bacon)?
Thanks
Nico