I have an embedded product with a Digi Connect 9210 ME device on it. I didn’t design the hardware, but need to develop the software.
I’ve been trying to understand the device. Various pdf manuals all suggest it should be doing far more than it currently does.
What I can get to work is the Telnet connection - output is:
Welcome to Digi’s Command Line Interface v1.0
login: root
Password: ********
#> ?
? help quit settrace showtrace histtrace ifconfig netstat threads mac nvread
dm wm mallocstat testmalloc testfree reset version
#> version
NET+OS Version 7.4
Copyright (c) 1997-2007, Digi International, Inc.
PLATFORM: connectme9210 (Built: Sep 19 2008 12:23:35)
APPLICATION: Ram-based FTP Server Application (Built Sep 19 2008 14:38:08)
on WAL-CMS-JLACOMB
with GCC 4.2 (4.2.0 Microcross GNU X-Tools™)
Also the serial link works, output:
NET+OS Version 7.4
Copyright (c) 199Got peripherals alive
7-2008, Digi InternaGraphics:ALIVE OK
tional, Inc.
PLATFORM: connectme9210 2M/8M [Sep 19 2008 12:23:35]
APPLICATION: Ram-based FTP Server Application [Sep 19 2008 14:38:08]
NETWORK INTERFACE PARAMETERS:
The board will obtain IP configuration parameters from the network.
HARDWARE PARAMETERS:
Serial channels will use a baud rate of 9600
This board’s serial number is N99999999
This board’s Ethernet MAC Address is 00:40:9D:57:2E:44
After board is reset, start-up code will wait 5 seconds
Default duplex setting for Ethernet connection: default
Press any key in 5 seconds to change these settings.
IAM:Got AUTO-CONFIGURED IPv6 address FE80::240:9DFF:FE57:2E44 on interface eth0:3
IAM:Got DHCP IPv4 address 192.168.1.152 on interface eth0
Network IP configured.
IAM:Got AUTOIP IPv4 address 169.254.230.125 on interface eth0:0
CLI Started.
FTP download server is ready.
I’ve tried using the Digi Device Discovery, which doesn’t discover it. I’ve tried the Digi Device Setup Wizard, which also doesn’t discover it. Manuals suggest there’s an HTTP interface, which isn’t there. Other posts on this forum talk about upgrading the default application, so I’ve tried to FTP the POST image off the digi.com product page, which fails to upload (Invalid signature in the header!! is output on the serial connection). The Digi Connect® Family Command Reference has a huge list of commands that don’t seem to be supported on the Telnet or Serial interfaces. The Digi Connect® Family and ConnectPort® TS Family User’s Guide contains more that doesn’t seem to refer to this device.
Where on earth do I go from here? Am I missing something fundamental - and if so, any idea what? ~And is there some sort of manual that I should be reading to start with?