Environment:
Digi ESP for NET+OS 7.3 under Win 7 using DIgi Connnect Wi-ME 9210.
Query
I have installed the above on my PC with no problems (i.e. the Eclipse IDE runs and I can build software, the J-Link GDB Server V3.74j is green and I can DL the compiled code to the JTAG link).
When I press the resume icon the code hits the breakpoint at line 87 of root.c, as expected. However I cannot resume afterwards.
The left LED window on the module is not lit, indicating (no pun intended

) that I have no WIFi connection!
The Eclipse IDE serial console only shows the serial connections.
WiFi settings are as follows:
ssid="rdtest"
scan_ssid=1
proto=WPA RSN
key_mgmt=NONE
pairwise=CCMP TKIP
group=CCMP TKIP
psk="buffalohtcdev"
Other devices in the office are on the rdtest network.
Some of these values and/or fields are not present in Project->Properties->NET+OS->Network Settings->Wireless Network tab.
So
1) Is my installation too old (i.e. 2007) for these WiFi settings? If yes, then what version should I use?
2) Is there another explaination for this behaviour that is a non-WiFi cause?
Thanks in advance.