thegooglecodearchive / xig

Automatically exported from code.google.com/p/xig
0 stars 0 forks source link

AT Command: ddo_get_param: timeout fetching DDO parameter #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I am using XBEE PRO DIGIMESH 900 (v8062) radios and XIG 1.5 on Linux and 
sending the following via iDigi:

<sci_request version="1.0">
  <send_message>
    <targets>
      <device id="00000000-00000000-B8AC6FFF-FFBC32C6"/>
    </targets>
    <rci_request version="1.1">
      <do_command target="xig">
        <send_data hw_address="00:13:a2:00:40:67:68:fa!">Test </send_data>
        <at hw_address="00:13:a2:00:40:67:68:fa!" command="NI" />        
      </do_command>
    </rci_request>
  </send_message>
</sci_request>

What is the expected output? What do you see instead?

The "Test" data is received and displayed via terminal (confirming the gateway 
is working and the XBee address is correct), but the AT command fails with the 
following response:

<sci_reply version="1.0">
  <send_message>
    <device id="00000000-00000000-B8AC6FFF-FFBC32C6">
      <rci_reply version="1.1">
        <do_command target="xig">
          <send_data_response result="ok"/>
          <at_response command="NI" operation="get" result="error" type="str"  value="ddo_get_param: timeout fetching DDO parameter (NI@00:13:a2:00:40:67:68:fa!)."/>
        </do_command>
      </rci_reply>
    </device>
  </send_message>
</sci_reply>

What version of the product are you using?

xig-src-1.5.0, Python 2.7.3, Ubuntu 12.04

Please provide any additional information below.

The RSSI indicator LEDS are still on when iDigi receives the reponse, which 
seems to return far too quickly.

Original issue reported on code.google.com by finlayth...@gmail.com on 15 Aug 2012 at 12:18

GoogleCodeExporter commented 9 years ago
The DigiMesh protocol is not currently supported by the XIG, though it is on 
the roadmap for future support.

Original comment by robfal...@gmail.com on 15 Aug 2012 at 2:31