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.

SIM300 receiving data - reading message question

Status
Not open for further replies.

amitmanocha78

Newbie level 2
Joined
Feb 23, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,301
reading message +sim300

I'm trying to achieve following interaction using C program:

AT
OK
AT+CMGF=1
OK
AT+CMGL="ALL"
<all messages>

I'm able to receive all the messages using hyper terminal. When I do it using C program, I've to do multiple reads to read all the messages. After the last message, reading blocks because there is nothing more to read. What is the right way to read i.e how do I know - when to stop reading. Secondly, is there any event based mechanism for reading?

Thanks
Amit
 

receiving data from sim300

U should save the data in a data arrey & the read it
or use other tabs of at+cmgl like
read rec & etc
 

how data is read by sim300

how r at commands converted to IRA Character set?? as i knw tat my sim300 reads data n ira format...
if dere is any othrway 2 convert at commands to machine level language
plplplpl
i realy need hlp
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top