TCP-IP Client

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

TCP-IP Client

522件の閲覧回数
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 返信

427件の閲覧回数
jamesbone
NXP TechSupport
NXP TechSupport

Hello Oswaldo,

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

0 件の賞賛