In the software manual of my GSM module, I read that the time-out for
commands such as:
"AT+COPS", "AT+CLIP", "AT+CLIR" is 180 seconds
Is it normal?
Are there any faster modules?
TIA
Guy
Responses to "AT Command timeout"
Incognito
John Henderson
Posts: n/a
Re: AT Command timeout
Posted: 09-22-2003, 09:20 PM
"Incognito" wrote:
> In the software manual of my GSM module, I read that the
> time-out for commands such as:
> "AT+COPS", "AT+CLIP", "AT+CLIR" is 180 seconds
>
> Is it normal?
> Are there any faster modules?
Are we talking about a timeout for delivery of unsolicited result
codes? Three minutes is a very long time for any other
interpretation of "command time-out". Do you mean something
else?
The only immediate sense I can make of the notion is that perhaps
the unsolicited result codes will be buffered for a certain
maximum time if the interface is in data transfer mode, and not
in command mode.
If this is your concern, and you want to read those codes while
you've got a data circuit going, you could periodically escape to
command mode using the "+++" mechanism before returning to data
transfer mode with "ATO".
But this interpretation of your question doesn't fit well with
your asking about "faster modules".
John
John Henderson
John Henderson
Posts: n/a
Re: AT Command timeout
Posted: 09-23-2003, 07:25 AM
"Just Me" wrote:
> I was asking about the chance that the "OK" response might
> appear only after 180 seconds (this is documented)
In my experience, very few commands take more than a second or
two to complete.
Commands which take a lot longer include "AT+COPS=?" (which scans
for available networks), and especially the rarely implemented
"AT+CBAN" (which allows you to specify which GSM band you want
the device restricted to).
John
John Henderson
Just Me
Posts: n/a
Re: AT Command timeout
Posted: 09-23-2003, 07:32 AM
Hi John
Thank you for the reply.
I was asking about the chance that the "OK" response might appear only after
180 seconds (this is documented)
Guy
??"John Henderson" <jhenRemoveThis@talk21.com> ëúá áäåãòä
news:bknlir$3lik3$1@ID-83062.news.uni-berlin.de...
> "Incognito" wrote:
>
> > In the software manual of my GSM module, I read that the
> > time-out for commands such as:
> > "AT+COPS", "AT+CLIP", "AT+CLIR" is 180 seconds
> >
> > Is it normal?
> > Are there any faster modules?
>
> Are we talking about a timeout for delivery of unsolicited result
> codes? Three minutes is a very long time for any other
> interpretation of "command time-out". Do you mean something
> else?
>
> The only immediate sense I can make of the notion is that perhaps
> the unsolicited result codes will be buffered for a certain
> maximum time if the interface is in data transfer mode, and not
> in command mode.
>
> If this is your concern, and you want to read those codes while
> you've got a data circuit going, you could periodically escape to
> command mode using the "+++" mechanism before returning to data
> transfer mode with "ATO".
>
> But this interpretation of your question doesn't fit well with
> your asking about "faster modules".
>
> John
>
>