Remember
Register
Home
/
Support
/
Support Forum
/
I like to have coonfigurar the XBEE API response to a frame sent
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(390)
Python
(1,023)
RF Solutions and XBee
(8,464)
Device Cloud-enabled RF Gateways
(97)
XBee3
(486)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,646)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,490)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(786)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(515)
XBee Programmable Development
(779)
XBee Cellular
(121)
MicroPython
(67)
Digi TransPort
(792)
Digi Connect Cellular
(450)
DAL
(5)
Embedded Devices
(4,174)
Google Coral
(2)
Rabbit
(3,202)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(604)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,275)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(380)
I like to have coonfigurar the XBEE API response to a frame sent
0
votes
Hello. I am working in API mode, the coordinator (configured as API coordinator) send the frame 7e 00 04 08 52 44 42 1F to Xbee end device, but the xbee end device API set as I do not get a response.
as I coonfigurar the XBEE to be answered?
related to an answer for:
how I can measure the XBee signal RSSI ?
xbee
frame
api
rssi
response
asked
Feb 14, 2014
in
RF Solutions and XBee
by
maryxb
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
If you meant to send a remote AT command to change a value on your end device from the coordinator, you want to use the frame type 0x17. The frame 0x08 is a local AT command and will affect the local node you are connected to the UART of.
answered
May 8, 2014
by
mvut
Veteran of the Digi Community
(
15,323
points)
Please
log in
or
register
to add a comment.
...