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.

Interfacing of GSM module with AT89S52

Status
Not open for further replies.

Prixy Patil

Newbie level 1
Joined
Apr 14, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Mumbai
Activity points
1,287
Hi,

I am interfacing a GSM Module with the help of a AT89S52 Microcontroller. I am writing the program on C and compiling using Keil.

Please could anyone tell me how do I generate a call through the MC using AT commands and how should I enter it in the C program.

Also please could you tell me about the RS232 connections.

Any help on the above would be highly appreciated,

Thank you.
 

If your GSM module has Rx and Tx pins (TTL) then Cross it to MCU Rx and Tx pins. If Your GSM board has RS232 connector then you need to have a MAX232 or MAX233 (better) between your MCU and GSM's RS232 connector. You need to write Serial receive and send code and use Serial send code to send the AT Commands to the GSM module. Google for "8051 GSM projects".

Post your GSM modules datasheet, manual, AT Command manual, etc...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top