![]() |
(Xmodem ) "Modem command state not present" proble
Delphi-Quellcode:
I got the error: "Modem command state not present"
xModem1.OpenDevice;
xModem1.EntercommandState; how I fix this? I'm using a gsm modem |
Re: (Xmodem ) "Modem command state not present" pr
A change de FlowControl property from fcNone to fcDtrDsr and the problem has fixed...
BUT now I cant get the response of command. I send a command and the state is forever msATSent ... forever waiting a response for modem code:
Delphi-Quellcode:
xModem1.OpenDevice; xModem1.EntercommandState; xmodem1.SendCommand('ATDT1234'); showMessage('before start wait'); at:=xmodem1.WaitForAT(0); showMessage('after wait'); //NEVER execute code at this point. apear that never get a response for modem xmodem1.exitcommandstate; xmodem1.closedevice; anybody have an idea? |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:40 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