kango2020
Newbie level 4
This is my story....
from power off then on, RS232 19200 boud rate, Italy Wind operator
NORMAL POWER DOWN
from power off then on, RS232 19200 boud rate, Italy Wind operator
NORMAL POWER DOWN
Code:
AT+CREG?
+CREG: 0,1
OK
AT+CGATT?
+CGATT: 1
OK
AT+SAPBR=3,1,"CONTYPE","GPRS" //pag6 SIM900_IP_Application Note_V1.04
OK
AT+SAPBR=3,1,"APN","internet.wind"
OK
AT+SAPBR=1,1
OK ************** here stop respond Sim900 first pass
AT+CREG? restart here-------------------
+CREG: 0,1
OK
AT+CGATT?
+CGATT: 1
OK
AT+SAPBR=3,1,"CONTYPE","GPRS" //pag6 SIM900_IP_Application Note_V1.04
OK
AT+SAPBR=3,1,"APN","internet.wind"
OK
AT+SAPBR=1,1
ERROR
AT+SAPBR=2,1
+SAPBR: 1,1,"10.214.84.12"
OK
AT+FTPCID=1 //pag12 SIM900_IP_Application Note_V1.04
OK
AT+FTPSERV="ftp.tiscali.it"
OK
AT+FTPUN="user_ftp"
OK
AT+FTPPW="password_ftp"
OK
AT+FTPGETNAME="pippo.txt"
OK
AT+FTPGETPATH="/"
OK
AT+FTPGET=1
OK
+FTPGET:1,62 also I can see 63
Last edited by a moderator: