TCP-IP Client

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TCP-IP Client

566 次查看
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("@");

}

}

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

471 次查看
jamesbone
NXP TechSupport
NXP TechSupport

Hello Oswaldo,

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

0 项奖励
回复