Hello,
I try to send datas through GPRS with a FXT009 module. I send those AT commands on the subD-15 :
AT+CPIN=xxxx
OK
AT+CMEE=1
OK
AT+CGCLASS="B"
OK
AT+CGDCONT=1,"IP","internet"
OK
AT+CGATT=1
OK
AT+CGACT=1,1
+CME ERROR: 133
I don’t understand why I get the error 133… I know that my SIM card work as a modem.
After I send “ATD99**1#” command and I get this :
<CR><LF>
CONNECT 115200<CR><LF>
~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#}$À#vÃ~~ÿ}#À!}!}!} }<}!}$}%Ü}"}&} } } } }%}&wSS$}'}"}(}"}#$À#vÃ~<CR><LF>
NO CARRIER<CR><LF>
And I really don’t know what to do with this.
Am I really connected ? How can I understand this message, I found nothing in the “AT_Command_Interface_Guide_R74.5_0” manual.
How can I send a data to a static IP address ?
Thank you for your help.