Hi !
I just get a ConnectCore Wi-9c under Net+OS and I tested it a really few times before things began to go really wrong.
The problem is that with a simple basic code sample, I cannot see any output (like printf, etc.) during the debug mod. It seems like the thread that’s begins with the applicationStart function isn’t running at all.
However, the board still displays this few information :
[i]NET+OS Version 7.0
Copyright (c) 2000-2006, Digi International, Inc.
PLATFORM: connectcorewi9c_a
APPLICATION: Diagnostic FTP Server Application
NETWORK INTERFACE PARAMETERS:
IP address on LAN is 192.168.187.163
LAN interface’s subnet mask is 255.255.255.0
IP address of default gateway to other networks is 192.168.187.218
Wireless IP address is 192.168.187.164
Wireless subnet mask is 255.255.255.0
Wireless IP address of default gateway to other networks is 192.168.187.218
Wireless protocol mode is for access point (infrastructure) networks only
Wireless SSID is (search)
Wireless channel is (search)
Wireless transmit rate is 54
Wireless transmit power is 15dbm
Wireless multi domain capability (802.11d) disabled
Authentication type = Open System
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:2E:5D:CD
This board’s Wireless MAC Address is 00:00:00:00:00:00
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:FE2E:5DCD on interface eth0:3
IAM - Got STATIC IPv4 address 192.168.187.163 on interface eth0
IAM - lost STATIC IPv4 address 192.168.187.163 on interface eth0[/i]
I really don’t understand why I cannot get any other output. Does somebody have any idea about this situation ?