Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Minimum delay between AT commands ??

Status
Not open for further replies.

ROCKET SCIENTIST

Member level 3
Joined
Feb 25, 2012
Messages
61
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,288
Activity points
1,728
Hello guys,
I'm using sony ericsson k300i phone to interface with an atmega8 MCU... The project is to trigger a circuit through sms. Problem is with the delay between adjacent AT commands. I've read in an webpage that min. of 3 sec is needed and so i used 3 seconds between message read() and delete() functions in while(1) infinite loop. So if i coincidentally send any message in between this 3 seconds, it's lost before MCU can read it... Delay has to be decreased.

Can anyone please inform me that WHAT IS THE MINIMUM ALLOWABLE DELAY BETWEEN 2 ADJACENT AT COMMANDS?

Thanx in advance.

RS.
 

Most of the AT commands will a reply, wait for the response and then send the next AT Command
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top