Remember
Register
Home
/
Support
/
Support Forum
/
X CTU:The command +++ does not working ( Xbee S2 & Xbee pro S2 )
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
(386)
Python
(1,017)
RF Solutions and XBee
(8,439)
Device Cloud-enabled RF Gateways
(97)
NDS-based Gateways
(29)
Linux-based Gateways
(29)
ConnectPort X3
(9)
XBee3
(482)
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
(785)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(515)
XBee Programmable Development
(778)
XBee Cellular
(120)
MicroPython
(66)
Digi TransPort
(789)
Digi Connect Cellular
(448)
DAL
(5)
Embedded Devices
(4,169)
Google Coral
(2)
Rabbit
(3,198)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
X CTU:The command +++ does not working ( Xbee S2 & Xbee pro S2 )
0
votes
Hello
I have some Xbee S2 and Xbee Pro S2.
When I send the command +++ The xbee don't respond. I don't understand why.
When I use the restart button I see ~....u~....s
Ps: X CTU can update one configuration.
Ps2: I use the libelium usb board.
Configuration :
XB24-ZB
Function Router API
Thanks you in advance
Mattpatt
xbee
s2
configuration
asked
May 16, 2013
in
NDS-based Gateways
by
mattpatt
New to the Community
(
3
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
3 Answers
+2
votes
Best answer
Hello Matt
+++ is used to enter AT command mode when an AT firmware is loaded on module, in your case, it should be 'Function Router AT'.
In API mode, you need to send a 0x08 packet frame to access any AT command.
answered
May 16, 2013
by
asgm
Veteran of the Digi Community
(
1,499
points)
selected
May 21, 2013
by
mattpatt
Please
log in
or
register
to add a comment.
0
votes
Thanks , now i understand.
Datasheet exemple:
API Examples
Example
: Create an API AT command frame to configure an XB
ee to allow joining (set
NJ to 0xFF). The frame
should look like:
0x7E 0x00 0x05 0x08 0x01 0x4E 0x4A 0xFF 5F
Where 0x0005 = length
0x08 = AT Command API frame type
0x01 = Frame ID (set to non-zero value)
0x4E4A = AT Command ('NJ')
0xFF = value to set command to
0x5F = Checksum
answered
May 22, 2013
by
mattpatt
New to the Community
(
3
points)
Please
log in
or
register
to add a comment.
0
votes
You might not use the internal microcontroller "freescalexxxxx" without using an external micontrollore?
answered
Jun 3, 2013
by
etto
New to the Community
(
3
points)
Please
log in
or
register
to add a comment.
...