爱
爱上寂寞
Unregistered / Unconfirmed
GUEST, unregistred user!
我在用MSCOMM控件做串口通信程序
但是不知道为什么捕捉不到响应事迹
MSComm1.RThreshold也设了值
但是:
procedure TForm1.MSComm1Comm(Sender: TObject);
begin
case mscomm1.CommEvent of
comEvReceive:
begin
bzw := true;
showmessage('OK');
end;
end;
end;
这个事件就是不响应
我用串口监控软件测试了
是有返回数据的
不知道为什么?
但是不知道为什么捕捉不到响应事迹
MSComm1.RThreshold也设了值
但是:
procedure TForm1.MSComm1Comm(Sender: TObject);
begin
case mscomm1.CommEvent of
comEvReceive:
begin
bzw := true;
showmessage('OK');
end;
end;
end;
这个事件就是不响应
我用串口监控软件测试了
是有返回数据的
不知道为什么?