![]() |
TComPort - send AT commands. Two or more commands
Hi,
In the code:
Delphi-Quellcode:
Only the first command is executed, how i make to the two command be executed?
procedure TForm1.Button1Click(Sender: TObject);
begin ComPort1.WriteStr('AT' + chr(13)); ComPort1.WriteStr('ATI1' + chr(13)); end; |
Re: TComPort - send AT commands. Two or more commands
I guess you send both commands, but the modem ignores the second one.
I would suggest you two wait for the "OK" from the modem before you send the second command |
Re: TComPort - send AT commands. Two or more commands
There are a easy way to make the command wait until the last command return OK before send?
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:06 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz