digidotcom / xbee-java

Set of Java APIs to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
80 stars 56 forks source link

Remote_DIO_Error_XBP9B-DMUT-002 #146

Open saicharitha905 opened 4 years ago

saicharitha905 commented 4 years ago

Hi,

We are facing an unexpected event, which we have formed a mesh network of 6 devices includes 3 Routers,2 End nodes and 1 coordinator, in Digi-mesh Synchronous sleep network.

Coordinator: SO:0x06,SM:0x05 Routers: SO:0x02,SM:0x07

But when we try to set the Remote DIO in one of the End nodes, we are using the DIO pin D11, configured as Output, At times it is throwing the Error as follows when executing below code. remotexbeeDevice.getDIOValue(IOLINE_OUT).toString() ,

MethodName: setpins() lineno:2453 info:Error Threadname:ForkJoinPool.commonPool-worker-1 description:com.digi.xbee.api.exceptions.ATCommandException: There was a problem sending the AT command packet. > Status Error

What actually can be the problem to get this error?