User Tools

Site Tools


docs:tips_n_tricks:zte_mt667_by_o2.html

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
docs:tips_n_tricks:zte_mt667_by_o2.html [13.07.2018 18:23 CEST] – [USSD Codes] peterdocs:tips_n_tricks:zte_mt667_by_o2.html [14.09.2018 16:19 CEST] (current) – [Other Codes] peter
Line 48: Line 48:
 And read all SMS: And read all SMS:
  
-AT+CMGL="ALL"+  AT+CMGL="ALL"
  
 I got new messages notified on the serial line seen by //gtkterm//, I needed to poll with //wammu// nevertheless. I got new messages notified on the serial line seen by //gtkterm//, I needed to poll with //wammu// nevertheless.
Line 68: Line 68:
  
   +CUSD: 0,"<a lot of characters>",72   +CUSD: 0,"<a lot of characters>",72
 +While neither //gammu//((which showed something in HEX in the logs)) nor //ModemManager// showed any results to USSD Code submission, [[https://github.com/JochenHoch2/gsm-ussd|gsm-ussd]] did the Trick.
 +
 +===== Other Codes =====
 +Other codes that worked with //gtkterm// or //minicom//:
 +
 +Get signal strength:
 +
 +  AT+ZRSSI
 +  
 +Get operation mode:
 +
 +  AT+ZPAS?
 +
 +Check possible locks:
 +
 +  AT+ZSEC?
 +
 +Get manufacturer:
 +
 +  AT+CGMI
 +
 +Get available networks (only on recent //MINT//):
 +
 +  AT+COPS=?
 +
 +Revert //Modem Mode// (i.e. back to //Ethernet Mode//):
 +
 +  > ATZ
 +  OK
 +  > AT&F
 +  OK
 +  > AT+ZCDRUN=9
 +  Open autorun state result(0:FAIL 1:SUCCESS):1
 +  
 +  OK
 +  > AT+ZCDRUN=F 
 +  exit download mode result(0:FAIL 1:SUCCESS):1
 +  
 +  OK
  
-However, trying to use //gammu// showed something in the logs, but no response on the command line. 
 ===== Credits ===== ===== Credits =====
 //Credits to the sources that allowed me to learn the stuff above// //Credits to the sources that allowed me to learn the stuff above//
docs/tips_n_tricks/zte_mt667_by_o2.html.1531498998.txt.gz · Last modified: 13.07.2018 18:23 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki