Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


huawei_mu609_send_sms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
huawei_mu609_send_sms [2017/05/28 13:52] – [Send SMS using AT commands] adminhuawei_mu609_send_sms [2017/05/28 13:58] – [Send SMS using AT commands] admin
Line 19: Line 19:
 ====Send SMS using AT commands==== ====Send SMS using AT commands====
  
-  * **optional:** Reset the mobile terminal (MT):<code>at+cfun=1,1</code> +  * **optional:** Reset the mobile terminal (MT). Wait for the MT to come back and reconnect:<code>at+cfun=1,1</code> 
-  * Wait for the MT to come back and reconnect.+  * Check if SIM is ready or needs to be unlocked:<code>at^cpin? 
 +at^cpin=1234</code> 
 +  * Are we registered to the network?<code>AT+COPS?</code> 
 +  * Configure message format, text mode:<code>at+cmgf=1</code> 
 +  * Set text mode parameter (GSM):<code>at+csmp=,,,0</code> 
 +  * Set SMS service center number:<code>AT+CSCA="+31653131313"</code> 
 +  * Set Terminal Equipment (TE) character set:<code>at+cscs="GSM"</code> 
 +  * Send message to number:<code>at+cmgs="+31612345678" <enter> 
 +text text <ctrl-z></code> 
huawei_mu609_send_sms.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1