Interface SIM300 GSM Modem with PIC16F877A thro' MAX232 IC

Status
Not open for further replies.
Compiler? hi-tech c? or asm?

You have to know the gsm commands to send /receive sms and also for gsm modem settings.

---------- Post added at 19:24 ---------- Previous post was at 19:23 ----------

you can use 15pf to 33pf cap for clock.
 
Reactions: andi_

    andi_

    Points: 2
    Helpful Answer Positive Rating
Writing in C seems interesting, can MPLAB IDE compile C? I'm still in the process of learning AT commands by using minicom on Linux. Btw, is there anyway to notify the PIC that there's a recent message to be read? Or you need to create a procedure to check the memory in every certain period?
 

Writing in C seems interesting, can MPLAB IDE compile C?
Hi-Tech C comes along with MPLAB. You can use that. Or you can download Hi-Tech C separately and use on MPLAB IDE.
is there anyway to notify the PIC that there's a recent message to be read? Or you need to create a procedure to check the memory in every certain period?
Whenever you receive the sms message, you will be notified and can read immediately or can store it in PIC for later read. It is up to you.
 
Reactions: andi_

    andi_

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…