Hi,
Has anybody worked on interfacing the SL8082 for GPRS data communication with Remote server using TCP/ip.
I am facing some problem in PAD(Packet assembler/Deassembler) commnads.
I am getting the following responses,
//To initiate PDP context
AT+CGREG
0,1
AT+CMGF=1
ok
AT+CGDCONT=1,“IP”,“internet”
OK
AT+CGQREQ=1,1,4,5,2,14
OK
AT+CGQMIN=1,1,4,5,2,31
OK
AT+CGATT=1
OK
AT+CGACT=1,1
OK
////To connect with the Remote server, i am using following commands,
AT!PADCONF=2,65,1,1,1,48 //PAd config
OK
AT!PADSETUP=2,2,10.137.176.255,0,2134,0,5 //Pad setup for remote server, ip address & Port number
OK
But for the command
AT!PADCONN=2
ERROR
Can anyone tell me where i might be wrong?
I am able to communicate with remote server from outside, but not with the SL8082.
Thanks in advance