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.

Implement Receive SMS to PIC18F2550 from GSM modem module.

Status
Not open for further replies.

NYP

Newbie level 1
Joined
Jan 10, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
Hi,

Does anyone know how to copy the content of a SMS from a GSM modem module to a PIC chip?

Thanks alot.
 

Re: Implement Receive SMS to PIC18F2550 from GSM modem modul

Connect the Serial Port of the GSM modem module to Serial Port of PIC.

After that use AT Command AT+CMGR 1 to read the first SMS on the GSM modem module

Refere to
 
  • Like
Reactions: zeilja

    zeilja

    Points: 2
    Helpful Answer Positive Rating
Re: Implement Receive SMS to PIC18F2550 from GSM modem modul

Hello, I have same problem like you,
I need to receive the sms with the PIC16F628A and the GSM Module SIM300CZ
I try to send the AT Command like these command:
HSERIN 5000,Receivedsms,[WAIT("+CMTI:"),SKIP 6,STR SMS_Index\1]
PAUSE 400
HSEROUT ["AT+CMGR=",SMS_Index,Cr,lf]
PAUSE 600
Loop1:
HSERIN 1000,Loop1,[SKIP 60, WAIT(lf), STR SMS\2]
PAUSE 1000

but when i try to receive the sms i can't receive any byte!
what can i do to do this?!
can any one help me?!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top