Delphi的socket通信 服务器向客户端发数据,程序如下,哪位大神指指哪错了,客户端接收不到数据 20

procedureTForm1.Button2Click(Sender:TObject);varca:SOCKADDR_IN;ra:SOCKADDR_IN;hostadd... procedure TForm1.Button2Click(Sender: TObject);
var
ca:SOCKADDR_IN;
ra:SOCKADDR_IN;
hostaddr:u_long;
BlockNum, RemainLen: integer;
BlockBuf3: array[0..Blocklen-1] of Byte;
i,j: integer;
SendLen,ra_len,recelen,sum: integer;
recvSocket: TSocket;
BlockBuf2:array[0..Blocklen-1] of Byte;
begin
RemainLen := 175;
InTrans :=True;
SendLen :=0;
if RemainLen >0 then
begin
Server:=strtoint(form1.label2.Caption);
for i:=0 to 163 do //16个字节
begin
for j:=0 to 4 do
BlockBuf3[i*5+j]:=i;
end;
BlockBuf3[0]:=$A5;
BlockBuf3[1]:=$5A;
BlockBuf3[2]:=strtoint(form1.Edit2.text);
BlockBuf3[3]:=strtoint(form1.Edit3.text);
BlockBuf3[4]:=strtoint(form1.Edit4.text);
BlockBuf3[5]:=strtoint(form1.Edit5.text);
BlockBuf3[6]:=strtoint(form1.Edit6.text);
BlockBuf3[7]:=strtoint(form1.Edit7.text);
BlockBuf3[8]:=strtoint(form1.Edit8.text);
BlockBuf3[9]:=strtoint(form1.Edit9.text);
sum:=0;
//for i:=10 to 163 do
// BlockBuf1[i]:=$FF;
//sum:=sum+BlockBuf1[i];
BlockBuf3[164]:=$FF;
BlockBuf3[165]:=$FF;
BlockBuf3[166]:=$FF;
BlockBuf3[167]:=$FF;
BlockBuf3[168]:=$FF;
SendLen := send(Server, BlockBuf3,RemainLen, 0);
if (SendLen <=0 ) then
begin
inTrans := false;
form1.StatusBar1.SimpleText := '系统异常终止';

end;
end;

intrans := false;
form1.StatusBar1.SimpleText := '传输完成';
end;
展开
 我来答
syht2000
高粉答主

2014-06-27 · 关注我不会让你失望
知道大有可为答主
回答量:3万
采纳率:79%
帮助的人:1.4亿
展开全部
你用socket调试工具启动端口,然后用你的程序连上去发一下数据看看能不能发过去。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式