Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top