AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi Delphi Xmodem + sendCommand(AT+CMGS=.... Input of user trouble
Thema durchsuchen
Ansicht
Themen-Optionen

Xmodem + sendCommand(AT+CMGS=.... Input of user trouble

Ein Thema von mr_fahrrad · begonnen am 2. Feb 2007
Antwort Antwort
mr_fahrrad

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

Xmodem + sendCommand(AT+CMGS=.... Input of user trouble

  Alt 2. Feb 2007, 20:18
I'm programming with gsm modem...

and when I do the code:

Delphi-Quellcode:
xmodem1.SendCommand('AT+CMGS=50');
       xmodem1.WaitForAT(0);
the program stop because the comand AT+CMGS wait for a user input...

using a code like this:

Delphi-Quellcode:
 xmodem1.SendCommand('AT+CMGS=50');
       xmodem1.WaitForAT(50);
       xmodem1.SendString(FpduString + char(26));
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


So, how i make to send a sms in pdu mode and get the information returnet by modem (onHayesAT) ?
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:26 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz