Dear all,
I’m having troubles to open an FTP connection via AT Commands. I’m working with the FXT 009 AirLink Programmable modem.
I need to do this with AT commands as in the futer I will drive this modem via a serial RS232 interface from our own system (PCB).
I’m wondering what the exact comments are to open this connection. Especially for calling.
Some info:
- Provider: mobistar (Belgian operator)
- APN: web.pro.be
- APN username: mobistar
- APN password: mobistar
- FTP host: “147.98.7.206”
I suppose the following is the correct PDP context.
AT+CGDCONT?
+CGDCONT: 1,"IP","web.pro.be","147.98.7.206"",0,0
When I try dialling using ATD99**1# I’ll get the following
ATD*99***1#
CONNECT 115200
~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}
(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}
&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!}
}6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~~ÿ}#À!}!}!} }6}!}$}%Ü}%}&} } A§}'}"}(}"}#}$À#ñc~
NO CARRIER
Which is the PPP negotiation. But should I answer to this manually? Or can it be done automatically using some AT command settings?
I already tried AT+WPPP (with the correct username and password) without succes.
Or is there an other way to set-up the FTP connection?
EDIT: AT+WIP commands are resulting in errors, should I install some package for this? The installed packages are:
ATI9
"DWL","V10c05","","Sierra Wireless",62640,"051513 10:45","a0836b50","00010000"
"FW","FW_752_34_3.Q2687RDG","R7.52.0.201306260837.FXT009","Sierra Wireless",6734
36,"062613 08:37","89796368","001d0000"
"MODEM","1.3.36","201306260837.FXT009","Sierra Wireless",1713240,"062613 08:37",
"85a2fb97","00020000"
"OAT","v1.3.20130627140543","Extended AT Application","Sierra Wireless",1526724,
"062713 14:05","994a69ab","002a0000"
-"Developer Studio","2.3.1.201305211601-R11859"
-"Open AT OS Package","6.52.0.201305021500"
-"Firmware Package","7.52.0.201306260837"
-"Internet Library Package","5.56.0.201305170830"
-"Location Library Package","1.5.2.201305140750"
-"Security Library Package","2.2.0.201306261000"
-"eCall Library Package","1.2.3.201306191228"
-"Jamming Library Package","1.0.0.201305170931"
-"ExtendedATApplication Library Package","1.3.0.201306271404"
"ROM","800000"
"RAM","200000"
"DWLNAME","FXT009"
So my main question is if someone can provide me an example of AT commands to set-up myFTP connection, using the FXT009.
(I already searched a lot via google but couldn’t find a working example)
Many thanks in advance!