Server to GSM Data Transfer

Status
Not open for further replies.
i am getting an error for the command AT+KTCPCNX, the error is KTCP_NOTIF 1,3 which states that it is a DNS error. Please can anyone suggest me how to rectify this error?? I am using Airtel network.
 

@kgshankar1980,
I am getting an error for AT+KTCPCNX, it is showing KTCP_NOTIF 1,3 which states that it is an DNS error, please suggest me an solution to this problem.
 

@everyone
i want to send my sensor data to an PHP page using GET/POST method, please can you suggest how to carry out this step??
My send_sensor_data function looks like this
void send_sensor_data()
{
char *chk=NULL;
int k=0;
memset(data_message,'\0',DATA_MESG_MAX);


for(int i=0;i<sampleno;i++)
{

//send_AT_command(AT_DATA_SEND,">",2); //applicable to sim300----MAP
send_AT_command("AT+KTCPSND=1,58","CONNECT",5); //tcp--SAGEM----MAP


//printStr(test);
printStr(password);
uart_write(comma);
printStr(mote);
uart_write(comma);
printStr(ADC_data);
//uart_write(0x1A);
printStr(end);
}
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…