L
lwluser
Unregistered / Unconfirmed
GUEST, unregistred user!
if Comm.PortOpen then
begin
Comm.Output:='';
Sleep(1100:
Comm.Output:='+++'+Chr(13)+Chr(10);
Sleep(1100);
Comm.Output:='ATE1M0Q0S0=3V14&C1&D3&K0&&S0'+Chr(13)+Chr(10);
Sleep(1100);
comm.OutBufferCount:=0;
Comm.InBuffercount:=0;
Comm.SThreshold:=1;
Comm.RThreshold:=1;
Sleep(1200);
Comm.Output:='+++';
Sleep(1200);
Comm.Output:='ATDT163';
end
为什么就是不能拔号?
begin
Comm.Output:='';
Sleep(1100:
Comm.Output:='+++'+Chr(13)+Chr(10);
Sleep(1100);
Comm.Output:='ATE1M0Q0S0=3V14&C1&D3&K0&&S0'+Chr(13)+Chr(10);
Sleep(1100);
comm.OutBufferCount:=0;
Comm.InBuffercount:=0;
Comm.SThreshold:=1;
Comm.RThreshold:=1;
Sleep(1200);
Comm.Output:='+++';
Sleep(1200);
Comm.Output:='ATDT163';
end
为什么就是不能拔号?