Remember
Register
Home
/
Support
/
Support Forum
/
Digi Transport WR21: RCL stops working after upgrading FW to 5269
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
(389)
Python
(1,022)
RF Solutions and XBee
(8,455)
Digi TransPort
(791)
Digi TransPort Cellular
(613)
Legacy Sarian Cellular
(22)
Digi Connect Cellular
(448)
DAL
(5)
Embedded Devices
(4,173)
Google Coral
(2)
Rabbit
(3,202)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,274)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(380)
Digi Transport WR21: RCL stops working after upgrading FW to 5269
0
votes
Hi,
I've been using RCI to communicate. However, I recently upgraded the firmware to ver. 5269 and all of a sudden all my RCI queries are not working anymore.
Does anyone know what's going on? Is there a fix or workaround available?
Thanks
transport
wr21
digi
modem
asked
Nov 13, 2014
in
Digi TransPort
by
pt2005
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
0
votes
This was removed in 5269 as our Device Cloud client was migrated from using XML RCI to binary RCI.
We plan to restore support for RCI (XML) over HTTP in the 528x release usning a binary RCI to XML convertor.
You can roll back to 5246 if RCI over HTTP is required.
answered
Nov 13, 2014
by
NicholasWilson
Veteran of the Digi Community
(
1,003
points)
This is not entirely correct. There will not be local access to RCI Binary locally on the TransPort. There will, however, be a new 'device information' module in python that will allow users to reconfigure the device, check status, etc, like they used to in RCI. There are also discussions around building an RCI XML to this new 'device information' module, although nothing is finalized at this time.
Today, the recommendation is to migrate code to use the sarcli module and use CLI commands to do the work needed.
Please
log in
or
register
to add a comment.
...