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.

how to connect t29s mobile to a microco (need urgent help )

Status
Not open for further replies.

h.v

Junior Member level 2
Joined
May 27, 2008
Messages
22
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,281
Activity points
1,515
Hi


i finally overcome connecting my t29s mobile to pc, it was perfect
I successfully get the message from mobile through HyperTerminal.
But now
How should I connect t29 to MCU??????
i connected tx & Rx & Gnd of mobile to Rx & Tx & Gnd of my MCU(atmega16) and i wrote this program :


unsigned char send_data[] = "AT";
char response[10]; .
.
.
.
while (1){


puts(send_data);
putchar(0x0D);
delay_ms(1000);

gets(response,2);
delay_ms(1000);

lcd_init(16);
lcd_clear();
lcd_puts(response);

};// while end


but it displays nothing on LCD



What's wrong?????????????????
Connections or program????????????



help me plz
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top