- This topic has 6 replies, 6 voices, and was last updated 11 years, 11 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › INTERFACING SIM 300 GSM MODEM WITH PICAXE 08M2
CAN THE SIM 300 GSM MODEM BE INTERFACED WITH THE MICROCONTROLLER PICAXE 08M2
THANK YOU
it can be interfaced with picaxe 08m2 using serial communication.
hey someone send the code for interfacing gprs with 8051 ,the aim of our project is to send the data through gprs modem to mobile.
please reply…..
Hi Bozambo,
You can interface the SIM300 with any microcontroller which serial communication module .
hi bozambo
you just study about serial communication ,we connect the sim300 module
using serial communication and also we should access the sim 300 using AT COMMANDS
u search in google “siim300 at commands” refer the document and easily connect the sim300 module
if i add the example at command for calliing
ATD=9876543210; and ENTER
it just for calling only
he some post the VHDL code to simulate 8051 microcontroller in HDL.
try to test at command on hyperterminal whether you recieve sms , if this part is successful try to do it with gsm module, make sure
IF THE DEVICE USE HARDWARE HANDSHAKING – Use RXD, TXD, GND , RTS AND CTS pin while doing serial communication.