Einzelnen Beitrag anzeigen

mr_fahrrad

Registriert seit: 28. Dez 2006
46 Beiträge
 
#1

TComPort - send AT commands. Two or more commands

  Alt 2. Feb 2007, 11:57
Hi,
In the code:

Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
begin
  ComPort1.WriteStr('AT' + chr(13));
  ComPort1.WriteStr('ATI1' + chr(13));
end;
Only the first command is executed, how i make to the two command be executed?
  Mit Zitat antworten Zitat