[FXT009] PDP activation + send GPRS datas

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.

those junk characters are nothing but the LCP negotiations happening …
can you try using dial up utility on windows??

Hello thanks for your answer.

Which utility can I use ? I found some utility but I don’t have phone FAI phone number, ID and password… :confused:

Do you think my AT command are correct ?

Thanks.