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

ScottOrero
Mon Mar 27 2023, 06:53 am
Jamesshout
Mon Mar 27 2023, 05:44 am
MichaelRed
Mon Mar 27 2023, 04:43 am
imCar
Mon Mar 27 2023, 01:53 am
BartxyTreld
Sun Mar 26 2023, 10:09 pm
BryanDorce
Sun Mar 26 2023, 09:50 pm
Robertsip
Sun Mar 26 2023, 07:53 pm
KennethVal
Sun Mar 26 2023, 09:44 am