Using the Commands
264 98-08901C68-O
5.1.1 Init General
The following steps comprise the first phase of connectivity:
1. Communication: AT
Example
ATE1 //By default, the echo should be enabled
AT
OK //Confirm that g20 replies with OK
2. Baud setting:
Example
at+cbaud=6 //Setting baud rate for 19200
OK
at+cbaud=19200 //Same as issuing this command
OK
3. Modem IDs (optional): ATI7, +CGMI,+CGMM,+CGMR,+CGSN
Examples
ATI7
g20 OEM Module
OK
at+cgmi
+CGMI: "Motorola CE, Copyright 2000"
OK
at+cgmm
+CGMM: "GSM900","GSM1800","GSM1900","GSM850","MODEL=C330"
OK
at+cgmr
+CGMR: "G208_G_0C.00.0BR"
OK
AT+CGSN //Read the IMEI number of the g20
+CGSN: IMEI448954035283579
OK