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.

[SOLVED] help on serial programming with 8051. i got black box character.. :)

Status
Not open for further replies.
hi again.. the code of this project is written for at89s51 and I would like to use at89s52.... I checked the data sheet of at89s52 and they are almost the same.. if that the case if i use at89s52 do i need to edit the code according to the new device or no need at all?
 

HI ckshivaram,

WHY I cant send sms using At commands if I use the international format of number?

+639395016788 -- I cannot send sms with this format

09395016788 -- I can send with this format using at commands


both are the same when sending using your mobile
 

there is no difference.. check the array size you have declared to store the number... when you use + and number it is 13 characters and when you use 0 it is 11 characters...

check it once...........
 

i check it in the LCD before I wrote a code for sending sms..

all the numbers are displayed.
 

Hi ckshivaram

just an update of my work.. it's now working in the actual hardware.. thanks for helping me..



the prototype have the following features:

* accept commands from sms received. e.g. turn on/off devices

* capable of handling sensors for security purposes.

* the system is capable of sending reply about the current state of the system in a form of sms if status command is received from the sender.

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top