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.

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.
 
  • Like
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.
 
  • Like
Reactions: andi_

    andi_

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top