Hello.
We are developing an application very similar to your CfgWiz, from the Digi Connect Integration Kit.
By now, we have detected three problems:
-
if we send a request of 2423 bytes, with RCIWriteDeviceConfig the operation fails. If we divide the request in two calls to RCIWriteDeviceConfig, both calls are successful. The RCI Specification states that “the largest request that can be processed is 32KB”, but we are fare away from that.
-
if we change the device root’s password, the ADDPRebootDevice function keeps waiting for the default password (dbps).
-
if we remove the check “Enable user logins” in the device, we can’t use with success the RCIConnect function anymore. Neither passing the password and/or username as NULL or “” is working.
Do you have any ideas of which could it be the problem or any workaround?
Thanks in advance.
Additional information of our system:
addp*.lib original file’s date: 01/July/2004, 11:54:54
rci*.lib original file’s date: 28/July/2004, 19:32:50
Model: Digi Connect ME
Firmware Version: 1.9.0.6 (Version 82000856_F6 07/21/2006)
Boot Version: 0.0.0.1 (release_82000866_C)
POST Version: 1.1.3 (release_82000867_G)