I have a strange problem with two EPs talking to each other. First one sends a packet every second using SMPL_Send (SMPL_LINKID_USER_UUD, msg, 3);, but the scond one receives packet twice! The second EP is using the following " ... if (SMPL_Receive (SMPL_LINKID_USER_UUD, msg, &len) == SMPL_SUCCESS) ...". FREQUENCY_AGILITY is NOT active. Any help would be appreciated.