EM06-E : QIOPEN error

Hi all,

Using EM06-E module,
i am trying to set the IP and port to which the GPS data will be sent,
but when i use the QIOPEN, i get an error (ERROR)

+CFUN: 1
+CPIN: READY
+QUSIM: 1
+QIND: SMS DONE
+QIND: PB DONE
AT+CSQ
+CSQ: 26,99
OK
AT+CEREG?
+CEREG: 0,1
OK
AT+QICSGP=1,1,“UNINET”,“”,“”,1
OK
AT+QIACT=1
OK
AT+QIOPEN=1,0,“TCP”,“220.180.239.212”,8009,0,0
ERROR
AT+QIOPEN=1,0,“TCP”,“192.168.160.15”,4232,0,0
ERROR

Can anyone guide me how to resolve this issue?
Also, am i using the right command to set the GPS data IP and port?

Hi @Islam
Could you try typing “AT+QIOPEN=?”? Is there any error reported by the instruction? If there is an error, it means it is not supported. The displayed parameter range indicates what is supported. You can refer to the parameter range to check if there are any inputs that exceed the limits, which could cause the error.

Hi @lyman-Q
Thanks for your support.

I tried the command:
AT+QIOPEN=?
ERROR

kindly, How to overcome the issue?
my target is, configure the ip and port parameters to send the GPS data to my own server.

Thanks

Hi @Islam
I think it can be achieved by dialing and then using an external protocol stack.

Thanks @lyman-Q ,
I am not sure how to use an external protocol stack.
Can you guide me through this?