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…