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.

8051 + AT commands using Nokia phone

Status
Not open for further replies.
@for budhy

you have posted the code for cell fone 8260.Can you modified this progrm for my project.I am using 8051 mc.In it i have mazidi program for ADC as it is.Now just I want to write the code for sendind a sms from cell fone 8260 to another cell fone.Basically in your a code i didnt understand these things
SENSOR BIT P1.0
IRin BIT P1.1
IRout BIT P1.2
I dont want to generate infera red pulse please help me.Thanx in advace
 

hello every one
i have problem in 8051.When i send a sms using 8051 its send sms but in last it repeat number i used hyper terminal and C code for 8051 i used following codes
"AT+CMGS=\"<Number>\""// number string
{0x0A,0x0D};//send carriage return and line feed
"Message";//Message
{0x1A};//send SUB hex value is 0x1A

after that i received same message as i write the codes but an error.....

AT+CMGS="NUMBER"
MESSAGE

AT+CMGS="NUMBER" // i received this error at end of the command

but in the last its send number string again please some one advice me where is the error
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top