Hi,
I've found the function in the NET+OS API reference NALedBlink() which is used to blink LEDs on my ConnectME 9210.
So far, the only LED I can get to blink is the green activity one at the network socket on the device itself, using BIT_2 as the 'leds' parameter of the function.
The problem with this is that any other network activity overrides the NALedBlink function and because of this, the LED appears to only blink with network activity, even though the NALedBlink function is still working.
Is there any way to temporarily disable this LED from its network activity function so as the effect of NALedBlink is visible?
And also, is it possible to use the other 'link' LED on the device with the NALedBlink function? I couldn't find the parameter for it.
Thanks