Hello all.
I’m working with a modem MC9090, that is quite similar to the SL series divices, I think.
I’d like to connect via TCP with a server, but there is a problem with this AT command: AT!PADCONN, that always gives me an ERROR. My AT commands:
AT+CPIN=1111 //Introduce PIN number
OK
AT+CGATT=1 //Attach
OK
AT+CGDCONT=1,“IP”,“movistar.es” //Define PDP context
OK
AT+CGACT=1,1 //Activate PDP context
OK
AT+CGREG? //Is the device registered in network?
+CGREG: 0,1
OK
AT!PADSETUP=1,2,0,86.109.107.236,0,3001,0,1 //Configure server IP & port to TCP connection
OK
AT!PADCONN=1 //TCP connect
ERROR
Could someone please tell me if there is something wrong with these commands or tell me any advice to solve that? I’ve been struggling with this issue too much time, so your help will be welcome.
Thank you.