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.

reading sms through serial port

Status
Not open for further replies.

jajja

Newbie level 1
Joined
Sep 14, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
hey everybody
i want to read sms from a sony ericson t230 mobile through serial port n switch on the motor which is connected with a pin of microcontroller AT89C51.
plz help me in programming side. i m done with hardware. and ve also cheked it with hyperterminal, mobile is working well. plzzzz help me in programming side, if anyone can provide me code..
Regards.
 

Pin 4 is TX
Pin 5 is RX
what is the exact problem that you are facing in the programming,
serial interface?
sms parsing?
or what
 

does that have a usb interface? if that can be controlled using AT commands, you can use AT+CMGR to read the messages.

to access the serial port on the other hand, you can do it using python programming (i'm not aware of any easier way). it has module like serial that will allow you to access the serial port.
 

can u provide ur hardware connections or circuit diagram? reading msg at hyperterminal is easy with AT +CMGR command, however making the controller read that sms and perform desired function (controlling motor in ur case) is a bit difficult. But its very much possible!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top