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.

Need source code for sending SMS with PIC16F877

Status
Not open for further replies.

Morebles

Newbie level 4
Joined
Oct 12, 2011
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Zambia
Activity points
1,313
I am doing a project on sending sms from a pic 16f887 to a GSM module.Can anyone pliz help me with the source code in any programming language please
 

Re: SMS sending with pic

fist of all you need to understand the "AT" commands. Do it by your self . If any problem faced in the way i'll help you. In this forum you will get many examples. Search the forum
 

if you mean is using pic send AT command to GSM modem for sms application. i can help you.
this is source code i use Pic 18f252 to send AT command to sim508 for sending sms. and i sucsessed.
send sequence of AT command:
-AT+CMGF=1
-AT+CSCS="GSM"
-AT+CMGD=1
-AT+CMGS= "destination phone number"
- if GSM modem respone ">" type data
- end sending: send 0x0A to sim 508
- if you want to stop send sms: send 0x1B
 
what language are you going to use?it is not possible to write the AT commands directly as it is if you are going to use a programming language to program it with your pic
 

what language are you going to use?it is not possible to write the AT commands directly as it is if you are going to use a programming language to program it with your pic
I am using microbasic and my problem now is to put info into a cicular buffer before i push the information to the uart using the FIFO(first in first out) principle. Can someone please help me with some code that puts info as it come into a circular buffer whilst waiting for the UART to finish sending current information being send
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top