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.

help with avr stk500 and gsm modem siemens mc35

Status
Not open for further replies.

agnostos

Newbie level 4
Joined
May 14, 2008
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,318
avr gsm modem

hello i am a student and i am trying to make a project with avr (mega8515) and gsm modem.
i use codevision and enable the usart transmiter. also i connect RS232 spare with portd in pins 0 and 1. then i write this code
#define CR 0x0D
.
.
main()
..
while(1) {
printf("AT+CMGD=6");
putchar(CR);
break;
}
this command must delete the message in index 6 but doesn't work why???

i can't send any command to gsm why???
if i use the codevision terminal i can see the following command....
what can i do to solve my problem??
i hope to any help because time is pressure me. i have only 2 days to finish my project please help...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top