libxbee3
libxbee3 copied to clipboard
SH Command failure Local AT without callbacks
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 */
// ...
I've had other contact about SH/SL recently... can you confirm what module and firmware you are using please?
Sure thing.
Module: XBee Pro S1 Product family: XBP24 Function set: XBEE PRO 802.15.4 Firmware version: 10ef