Hi,
I am trying to check if the Encryption is enabled on my Xbee. I am sending the following request and I get INVALID_COMMAD response. Do I need to do anything special before executing the commands related to security?
RemoteAtRequest request = new RemoteAtRequest(addr64, "EE");
RemoteAtResponse response = (RemoteAtResponse) xbee.sendSynchronous(request, 10000);I see the same thing for the command "KY".Thanks.