libxbee3 icon indicating copy to clipboard operation
libxbee3 copied to clipboard

SH Command failure Local AT without callbacks

Open cafeclimber opened this issue 8 years ago • 2 comments

Using C++, most AT commands work fine. Testing with the XBee 1 10.c++ sample, but changing the command to "SH" or "SL" gives a timeout.

// Works fine:
                /* send data */
                //con.Tx("NI"); /* like this */
                con << "NI";    /* or like this */
// ...
// Timeout:
                /* send data */
                //con.Tx("NI"); /* like this */
                con << "SH";    /* or like this */
// ...

cafeclimber avatar Nov 28 '17 18:11 cafeclimber

I've had other contact about SH/SL recently... can you confirm what module and firmware you are using please?

attie avatar Nov 29 '17 16:11 attie

Sure thing.

Module: XBee Pro S1 Product family: XBP24 Function set: XBEE PRO 802.15.4 Firmware version: 10ef

cafeclimber avatar Nov 30 '17 01:11 cafeclimber