AT instructions -> UART1 -> TCP/IP -> remote server

Hello. How using AT instructions sending on UART1 port can I establish connection TCP/IP with remote server. Using Fastrack M1306 I’ve done it this way:

AT#GPRSMODE=1
OK
AT#DLEMODE=0
OK
AT+CGATT=1
OK
AT#APNSERV=“erainternet”
OK
AT#CONNECTIONSTOP
OK
AT#CONNECTIONSTART
Ok_Info_GprsActivation
AT+CSQ
+CSQ: 26,0
OK

AT#TCPPORT=“2222”
OK
AT#TCPSERV=“xxx.xxx.xxx.xxx” //adres serwera
OK
AT#OTCP
Ok_Info_WaitingForData

I want do the same thing on Q2686H, 663_09gg. Unfortunatly those instruction do not work on this model or on this software. I’ve look though " AT Commands Interface Guide for open AT Frimware v6.63" but I diidn’t found equivalents for all instructions.

Please help…

Hi emiter,
You can use AT command to connect TCP/IP with Q2686, the same way that you have done with M1306. You must download WIPsoft to Q2686 and read the AT command for Wipsoft guide to make the TCP/IP connection. Ask the distributor for WIPsoft and document if you do not have them.
ttt