Pregunta más frecuente

If it is possible to switch ON or OFF or BLINK the DATA LED and GSM LED direct with "C" application?
Últimas actualizaciones hace 3 años

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 OFF
AT#GPIO=1,1,1 - LED ON
AT#SLED=2 - LED will be controlled by the modem
AT#SLEDSAV - save setting

Details here

Espere, por favor.

Por favor, espere... ¡Es solo un momento!