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.

Sending and receiving sms using AT commands in embedded c

Status
Not open for further replies.

sambavadekar

Newbie level 2
Joined
Mar 17, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore
Activity points
1,296
I am doing a project to send and receive sms from a gsm modem using AT commands in embedded c. It also does controlling of the central locking system of the car based on the sms sent to it, like "lock" and "unlock", and sends back sms acknowledgment after doing the same. I am using 8051 to build this, it also uses relay to control the 12v lock of the car.

My problem here is, I am not able to do it successfully. Can anyone help me with the basic codes to do the same.
 

write a uart_tx(char x) function and then

call in main function
uart_tx('A')
uart_tx('T')
uart_tx('\r')
so on
done it on atmega32 not on 8051 but its almost the same
 

Re: Sending and receiving sms using AT commands in embedded

sambavadeka,

i just recently facing the same problem with u,could u giude me on the problem

Added after 1 minutes:

fouwad

could u send me the source code for program the microcontroller
tq

Added after 52 seconds:

this is my email
izhan_haikal@yahoo.com
 

Re: Sending and receiving sms using AT commands in embedded

I'm still not successful with it. Still trying to get answers.
If anyone knows, pls post it here or gine the link to it.

Added after 39 minutes:

Just successful with sending till now.
 

Re: Sending and receiving sms using AT commands in embedded

It's really unclear about the entire code what you are using. Can you post the code here so that we can look in to it and help.

Thanks.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top