Remember
Register
Home
/
Support
/
Support Forum
/
Can I send an AT command through DIGI Remote Manager web services?
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
(387)
Account Setup
(7)
Web Services
(29)
Device Manager
(169)
Data Services
(55)
Cloud Connector
(32)
Python
(1,016)
RF Solutions and XBee
(8,439)
Digi TransPort
(789)
Digi Connect Cellular
(447)
DAL
(5)
Embedded Devices
(4,171)
Google Coral
(2)
Rabbit
(3,200)
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)
Can I send an AT command through DIGI Remote Manager web services?
0
votes
Hi, I'm new to the Xbee community. I have a Digi remote manager developer account set up, an Xbee Gateway and an Xbee S2B in router API mode. I want to send AT command to the Xbee router via the web service instead of XCTU. Is this possible? Thanks.
xbee
command
asked
Mar 8, 2017
in
Web Services
by
vincentaulia
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Not via the remote manager but you can use the web services API found within the Digi Device Cloud.
answered
Mar 8, 2017
by
mvut
Veteran of the Digi Community
(
15,223
points)
Hi mvut, thanks for the reply. I'm not quite sure what the difference is between the Digi Device Cloud and Digi Remote Manager as they seem to have similar functionalities.
I have been using the xbee modules in transparent mode to send and receive UART serial data from my pc to a microcontroller. I guess my initial question wasn't properly worded, but essentially I want to be able to do this with the xbee modules set in API mode, then send/receive serial data from the Device Cloud web services instead of my PC. I've been trying to find examples online but I cannot find a clear answer.
Thanks again.
Look over
http://knowledge.digi.com/articles/Knowledge_Base_Article/Serial-Data-via-Device-Cloud-X2e-and-an-Xbee/?q=API+for+Device+Cloud&l=en_US&fs=Search&pn=1
This is exactly what I was looking for, thanks a lot.
Following that example, I was able to send a serial data from the device cloud web service to the XCTU.
Instead of displaying it on the XCTU terminal, is it possible configure the xbee to send the serial data to another xbee connected to a microcontroller in UART mode?
It will send the data to any radio that is connected to that gateway via RF. It is just a matter of what you put in for the MAC address.
I tired the code you have mentioned but I am getting replay as "Timeout or unexpected exit waiting for response"
<sci_reply version="1.0">
<send_message>
<device id="00000000-00000000-00409DFF-FF63DB76">
<rci_reply version="1.1">
<do_command target="xbgw">
<responses command="send_serial">
<response>
<error id="command.timeout">
<desc>Timeout or unexpected exit waiting for response</desc>
</error>
</response>
</responses>
</do_command>
</rci_reply>
</device>
</send_message>
</sci_reply>
That API I gave is designed to work with an X2E running the xbgw Python script.
Please
log in
or
register
to add a comment.
...