![]() |
Xmodem + sendCommand(AT+CMGS=.... Input of user trouble
I'm programming with gsm modem...
and when I do the code:
Delphi-Quellcode:
the program stop because the comand AT+CMGS wait for a user input...
xmodem1.SendCommand('AT+CMGS=50');
xmodem1.WaitForAT(0); using a code like this:
Delphi-Quellcode:
the program dont stop but I cant get the "onHayesAT" event and cant get important information like at.command, at.Result, at.Data and at.ME
xmodem1.SendCommand('AT+CMGS=50');
xmodem1.WaitForAT(50); xmodem1.SendString(FpduString + char(26)); So, how i make to send a sms in pdu mode and get the information returnet by modem (onHayesAT) ? |
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:45 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