I am trying to establish the TCP/IP connection b/w two PC'S . One side I am using the AT commands on hyperterminal, the other side I am using the LABVIEW program to accept the data. but I am unable to do the TCP/IP connection. Please look at the follwing responses i am getting I do suggest me where i am going wrong.
AT+COPS?
+COPS: 0,0,"IND airtel"
OK
AT+CREG?
+CREG: 0,1
AT+CGATT?
+CGATT: 1
AT+UPSND=0,8
+UPSND: 0,8,0
AT+UPSD=0,1,"airtelgprs.com"
at+upsd=0,7,"192.168.1.8"//my PC dynamic IP
AT+UPSDA=0,3
+UPSND: 0,8,1
AT+USOCR=6
+USOCR: 0
AT+USOLI=0,7004
AT+USOCO=0,"LAPTOP_3",7004//LAPTOP_3 is my PC name acting as server
AT+USOCO=0,"LAPTOP_3",7004
ERROR
AT+USOCO=0,"LAPTOP_1- PC",7004//tried with LAPTOP_1-PC , which is acting as client ,but again error
AT+USOCO=0,"LAPTOP_1- PC",7004