gsm modem interfacing with 8051 code
#1

Please send me code for interfacing gsm. The code most be assembly code.
Reply
#2
GSM module is used in many communication devices which are based on GSM (Global System for Mobile Communications) technology. It is used to interact with GSM network using a computer. GSM module only understands AT commands, and can respond accordingly. The most basic command is “AT”, if GSM respond OK then it is working good otherwise it respond with “ERROR”. There are various AT commands like ATA for answer a call, ATD to dial a call, AT+CMGR to read the message, AT+CMGS to send the sms etc. AT commands should be followed by Carriage return i.e. \r (0D in hex), like “AT+CMGS\r”. We can use GSM module using these commands.

GSM Interfacing with 8051

Instead of using PC, we can use microcontrollers to interact with GSM module and LCD to get the response from GSM module. So we are going to interface GSM with a 8051 microcontroller (AT89S52). It’s very easy to interface GSM with 8051, we just need to send AT commands from microcontroller and receive response from GSM and display it on LCD. We can use microcontroller’s serial port to communicate with GSM, means using PIN 10 (RXD) and 11 (TXD).
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: interfacing gsm modem with 89c51, gsm modem interfacing with 8051 code, gsm modem interfacing with 8051 pdf, pdf arm lpc 2138 interfacing gsm modem, download ppt on topic gsm interfacing to 8051, code for 8951 for gsm interfacing, interfacing of gsm modem with arm lpc2138,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  code for avr atmega16 with gsm 900 to control light 2 977 24-01-2019, 12:03 PM
Last Post:
  download ajay deshmukh microcontroller 8051 pdf 0 706 13-10-2018, 02:02 AM
Last Post: Guest
  training report on embedded system 8051 pdf 0 1,724 28-09-2018, 08:01 AM
Last Post: Guest
  vtu 8th sem ece gsm notes pdf 0 484 08-06-2018, 11:02 PM
Last Post: Guest
  advantages and disadvantages for aqua communication using modem 0 525 01-04-2018, 08:59 PM
Last Post: Guest
  keil code for tachometer using 8051 0 620 25-03-2018, 04:43 PM
Last Post: Guest
Wink ultrasonic range finder using 8051 ppt 0 469 20-03-2018, 07:36 PM
Last Post: Guest
  smoke sensor interfacing with lpc2148 0 529 19-03-2018, 11:10 AM
Last Post: Guest
  sjbit gsm 10ec843 notes pdf download 0 687 27-02-2018, 10:17 PM
Last Post: Guest
  c code for interfacing r305 with at89s52 microcontrolller 0 444 22-02-2018, 11:45 AM
Last Post: Guest

Forum Jump: