Hi,
Using AT command on SL8082 chipset i want to connect FTP Server and getting the Error for command AT+WIPCREATE.
I have performed the following step’s:
- AT+WIPCFG=1 //start IP stack
- AT+WIPBR=1,6 //open GPRS bearer
- AT+WIPBR=2,6,11,“internet” //set APN name of GPRS bearer
- AT+WIPBR=4,6,0 //start GPRS bearer
- AT+WIPCREATE=4,1,”FTP server”,21,”username”,”passwd”
ERROR : 803 operation not allowed in the current Internet Library stack state
The library i am using for WIP command is “Internet Library 5.58.0.A1”
Kindly guide me how to resolve this issuse.
Rgds,
Jinesh Punatar