I’ve not been able to find documentation on how Python (or ?) can control the XBee-related LEDs which are visible on the exterior of the enclosure.
When I run my Python program which uses XBee S1, non-Digi-Mesh, the LEDs both go out. Unlike the X2, the LEDs are not connected to the XBee itself. These LEDs are labeled “Link” and “Activity”. On the X2, the LEDs are “hardwired” to the XBee much like the XBIB board’s LEDs.
I’d like my code to manage the X4/X4H LEDs according to what messaging is occurring in my application which talks to the XBee via os.write() and os.read() to the serial port.
I’ve searched the user guide and RCI info but haven’t found anything yet on this topic.
XBee link LED should be green in normal mode and act LED should blink orange when receiving or transmitting via XBee. According to the user manual “XBee module in gateway is disabled or not recognized” if XBee link LED is off.