MotorolaCdmaCellPhoneAtCommands

From $1

Motorola V265 CDMA Cell Phone AT Command Set

This cell phone looks like a modem when plugged into your PC's USB port. This information probably applies to many Motorola V-series CDMA (not GSM) cell phones.

  • You can string multiple AT commands together by separating the commands with a semicolon. Only the first command gets the AT. Example: AT+GMI and AT+GMM can be sent as AT+GMI;+GMM<CR>

All 'AT' omitted from table below. <NL> means newline (might be CRLF or just LF). The last newline is not shown (only embedded newlines).

Note: The GMx commands seem to work with/without a leading 'C'. For example, CGMR is an alias for GMR. GSN is not an alias for CGSN!

To dial, use mode 0 and then ATDT...

Cmd

Response

Meaning

+mode=0

OK

Switch to 'basic' mode

+mode=2

OK<NL><NL>+MBAN: Copyright blah-blah

Switch to enhanced mode.

e0

OK

Echo off

e1

OK

Echo on

+cgsn

+CGSN: ESN9999999<NL><NL>OK

Get serial number

+gmr

+GMR: "V26X_1.0.16.17P"<NL><NL>OK

Get revision ID

+gmm

+GMM: "CDMA800","CDMA1900","AMPS800","MODEL=V265"<NL><NL>OK

Get model description

+gmi

+GMI: "Motorola CE, Copyright 2000"

Get Manufacturer Information

+cnum?

+CNUM: ,4045551212,

Get phone number(s)

+cscs=?

+CSCS: ("8859-1","8859-A","8859-C","8859-H","ASCII","GSM","KSC5601","UCS2","UTF8")

Display available character sets

+cscs="xxxx"

OK

Set character set

+cscs?

+CSCS: "UCS2"<NL>OK

Get current character set

+cpbs=?

+CPBS: ("ME","MT","ON","DC","MC","RC","AD","QD")

List address books (Phone Books)

+cpbs="AD"

OK

Set current phone book

+CPBR=?

+CPBR: (2-500),32,24

Get phone book info

+mpbr=?

+MPBR: 2-500,32,24,8,0-21,48,(0,5-9,11-15,32-36,38-42,49-68,255),(0),(0-1),(1-30),(255),25,(0-1,255),0,(0),0,0,0,0,0,0,0<NL><NL>OK

Get phone book info

+MDBR=?

+MDBR: 500,3,64,8,2<NL><NL>OK

Get date book (calendar) info

+CPBR=2,20

+CPBR: 2,"4045551212",129,"@Sue Cell"<NL><NL>+CPBR: 3,"7705551212",129,"@Home"<NL><NL>+CPBR: 4,"5551212",129,"Kleinfelter, Don"<NL><NL>OK

Read phone book entries 2-20

+cpbf=?

+CPBF: 32,24<NL><NL>OK

phonebook find (32-byte numbers, 24-byte names

+cpbf="@Home"

+CPBF: 3,"7704550616",129,"@Home"<NL><NL>OK

Find "@Home" in phonebook

unconfirmed

+CCLK=?

.

Read date/time

+CCLK="yy/mm/dd,hh:mm:ss-05

.

Set date/time (-05 means GMT -5 time zone)

+CALA

.

.

+CLAC

.

List all supported commands.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

+

.

.

  • +CPBR: (2-500),32,24
    • (2-500): available phonebook entry index range
    • 32: Max length of telephone number
    • 24: Max length of name/description
  • +MPBR: 2-500,32,24,8,0-21,48,(0,5-9,11-15,32-36,38-42,49-68,255),(0),(0-1),(1-30

),(255),25,(0-1,255),0,(0),0,0,0,0,0,0,0

  • 2-500: phone book entries 2-500 are unused
  • 32: phone numbers can be 32 characters
  • 24: names can be 24 characters
  • 8: 8 entry types
  • 0-21: ?
  • 48: max email addr length
  • +MDBR: 500,3,64,8,2
    • 500:
    • 3:
    • 64:
    • 8:
    • 2:
  • +CPBS: ("ME","MT","ON","DC","MC","RC","AD","QD"
    • AD = Address book
    • QD = Quick Dial
    • ME = Phonebook
    • DC = Dialed Calls
    • MT = Phone and SIM phonebooks merged
    • ON = Own Numbers (see +CNUM)
    • MC = Missed Calls
    • RC = Received Calls
  • +CPBR: 2,"4045551212",129,"@Sue Cell"
    • 2 = index of this phone book record
    • "4045551212" = telephone number
    • 129 = address type (129 in-country, 145 if contains + for international call)
Tags:
none
 
Images (0)
 
Comments (0)
You must login to post a comment.