sms controller using nokia 3310 FBUS Protocol

i want to test dat if my cellphone is responding to AT commands sent by microcontroller
i have written a c program and before wirting this code to controller i want 2 confirm if this code ok???? or i must correct it?? im just sending AT and cheking wether OK recieved and if so turning led on!!!
********************************
#include sbit led=P1^0;
void init()
{
TMOD=0x20;
TH1=0xFD;
SCON=0x50;
TR1=1;
}
vo... Read Compelte post
Other Tags: SBUF   Receive Interrupt   
Posted by abbas1707 on Sun May 06 2007, 12:29 pm

Downloads

Comments

CecilMeale
Tue Sep 17 2024, 12:58 am
Jesusnit
Mon Sep 16 2024, 08:56 pm
Dennisnef
Mon Sep 16 2024, 06:40 pm
ScottystIne
Mon Sep 16 2024, 05:56 pm
CedricDrype
Mon Sep 16 2024, 09:40 am
Edwardlaupe
Sun Sep 15 2024, 04:26 pm
Lazrcpg
Sat Sep 14 2024, 09:25 pm
Cazrxef
Sat Sep 14 2024, 03:25 pm