You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: