Simoncpu Wiki
Line 1: Line 1:
== Modeswitch command for ZTE MF626 ==
+
== Modeswitch and init commands for ZTE MF626 ==
 
AT+ZOPRT=5 (TODO: is this really required?)
 
AT+ZOPRT=5 (TODO: is this really required?)
 
ATZ+CPIN=<PIN>
 
ATZ+CPIN=<PIN>
 
AT+ZCDRUN=8
 
AT+ZCDRUN=8
  +
AT+ZCDRUN=9 (to bring back the ISO file system)
   
  +
I can't get usb_modeswitch to work; however, eject /dev/sr1 does the trick.
Apparently, unmounting the mounted file system in Linux does the same thing as well. I think unmounting only worked when I installed usb_modeswitch.
 
   
 
=== Port Settings ===
 
=== Port Settings ===

Revision as of 11:34, 5 January 2010

Modeswitch and init commands for ZTE MF626

AT+ZOPRT=5 (TODO: is this really required?)
ATZ+CPIN=<PIN>
AT+ZCDRUN=8
AT+ZCDRUN=9 (to bring back the ISO file system)

I can't get usb_modeswitch to work; however, eject /dev/sr1 does the trick.

Port Settings

Speed: 115200
Data bits: 8
Parity: None
Stop bits: 1
Flow Control: None


Sending SMS

AT
OK
AT+CMGF=1
OK
AT+CMGW="+639191234567"
> Hello world!
+CMGW: 1

OK
AT+CMSS=1
+CMSS: 20

OK

TODO

  • How to monitor signal strength?
  • How to read/write phonebook entries?
  • How to read/write/delete SMS messages from SIM card?