Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Does not work with flow control set to hardware..
SIM 300 modem works well with PC only on XON/XOFF mode
See alokdaga, First don't try with complex commands. If you do so, you can't get positive result soon. Just use like ATE0 command initially and you can use all other commands once you received the message at Hyp Term.
Also, there is no complication involved in interfacing GSM Modem using Hi-Tech C. I don't know about PICBasic. You can get the message from the modem within few minutes, if you go step by step. Else, it will take even weeks.
You already accessed wavecom modem. So, there will not be a circuit problem, I think. But, you have to concentrate on GSM modem default settings. You already said that sim300 only works on flow control - XON/XOFF. So, change the GSM Modem (SIM300) settings to factory default and try again sending ATE0 or ATE1. check the reply. It should and must work on flow-control - "none".
You can select any frequency crystal oscillator based on your requirements.PIC16F877A is operating at 20MHz, why do you use 4MHz?
how do you determine the capacitor for the clock?
If I want to interface a GSM modem with PIC, do I need to worry about the frequency of the PIC or I could just use 4MHz? And how about if I use 20MHz, what effect will it caused? Btw, I only use a breadboard.You can select any frequency crystal oscillator based on your requirements.
NOTE: If you use any development board, then you should use the installed crystal oscillator.
see the page number : 145 of PIC16F877A DATASHEET for selection of capacitors.
If I want to interface a GSM modem with PIC, do I need to worry about the frequency of the PIC or I could just use 4MHz?
I only use a breadboard.
PIC & circuits are exacly as yours (planned to extend it though). But currenly only have 20MHz oscillator, so I need to find the suitable caps for it and I don't have MAX232 yet. The modem I'm using is Wavecom Fastrack WM20392, which its datasheet is hard to find. I borrowed the modem from the lab, but they shockingly don't have the datasheet. IDE is MPLAB.Nothing to worry about frequency? You can use any frequecy either 4MHZ or 20MHZ.
it is the best way to communicate with GSM Modem before PCB designing.
details required:
PIC MCU? Modem? IDE? Compiler? Voltage supply to PIC and GSM? Do you have circuits? MAX232 or MAX3222?