TCP-IP Client

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TCP-IP Client

509 Views
oswaldo-153
Contributor III

hi all.

  I have a question, i dont undestand very well about function Sim808_TCPIP_MessageReceive(char *strSave, int sizeofstring), I have already connected to the server, I want to receive data from the server and respond with an @, but it does not, I am trying but I do not know what I am doing wrong, thanks

my exemple:

char strSave[10];

char strReceive[10];

if (Sim808_TCPIP_MessageReceive(strSave, 10)){

if(strSave==strSave){

Sim808_TCPIP_MessageSend("@");

}

}

Labels (1)
Tags (2)
0 Kudos
1 Reply

414 Views
jamesbone
NXP TechSupport
NXP TechSupport

Hello Oswaldo,

Are you using a SIM800 GPRS? or  where are you using this function?

0 Kudos