EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Replies / Some errors in your code

Some errors in your code

|

Microcontroller › AVR › GSM interfacing with Atmega16 › Some errors in your code

April 10, 2015 at 4:28 am #12779
Arjun Singh
Participant

Hi Subhamoy

As i checked your code, i found some errors in it.

1. write UBRRL=bd; before UBRRH=(bd>>8); as other wise you will discard lower byte.

2. Write command("ATrn"); instead of command("ATr"); (Enter is required also). 

3.

command("ATD+919933988118;r");
_delay_ms(20000);
 
you cant give more than 6000 ms of delay from your on delay command.
So rewrite 6000 here, for more delay you can write _delay_ms(6000); as many times as you required.
 
Do these modifications,  and tell me the results.
 

RSS Recent Posts

  • RC Electronic Speed Control Capacitors February 11, 2026
  • ANOTHER OLD PROJECT REDO February 11, 2026
  • XLR splitter to mono. February 11, 2026
  • CR2/CR123A Batteries In Projects February 11, 2026
  • Variable audio oscillator February 11, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise