Thema
:
Delphi
TComPort - send AT commands. Two or more commands
Einzelnen Beitrag anzeigen
mr_fahrrad
Registriert seit: 28. Dez 2006
46 Beiträge
#
1
TComPort - send AT commands. Two or more commands
2. Feb 2007, 12:57
Hi,
In the code:
markieren
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?
Zitat
mr_fahrrad
Öffentliches Profil ansehen
Mehr Beiträge von mr_fahrrad finden