Frequently Asked Question
If it is possible to switch ON or OFF or BLINK the DATA LED and GSM LED direct with "C" application?
Last Updated 3 years ago
Yes, there is an option to control DATA LED (blue) using AT commands.
You need to send AT#GPIO=6,0,1
through your C app ( m2m_os_iat_send_at_command() function) to set the LED on or AT#GPIO=6,1,1
to set it off.
To control GSM LED please send these commands:AT#GPIO=1,0,1
- LED OFFAT#GPIO=1,1,1
- LED ONAT#SLED=2
- LED will be controlled by the modemAT#SLEDSAV
- save setting
Details here