Hi,
I am working with Xbee S2C module in API mode.
I have a transmitter xbee & a receiver xbee. I have configured them successfully with API mode.
Transmitter side:
Sends the specific frames (Transmit Request) to control the LED of the Receiver Xbee.
Receiver side:
Receives the frames & transmit those frames to the controller via UART & then controller takes the decision to ON/OFF the LED.
Upon successful reception at the receiver side, the transmitter side gets the acknowledgment (Transmit Response) of the successful delivery.
A newbie question:
Is it possible to monitor the status of IOs of controller connecting with receiver xbee in the transmitter Response packet at the transmitter side?
If possible, please guide me how can we implement it?
Will be great for me if anyone can help.
Thank you