Author |
Message |
Topic: sms controller with pic16f873 |
Vivi
Replies: 8
Views: 11280
|
Forum: General CCS C Discussion Posted: Sun Feb 21, 2010 6:10 am Subject: problem receiving SMS |
Hi Guys, I have problem receiving SMS. I have tested the code only with single character and it is working perfect. However, when I want to parse a text it fails. Can someone help?
The code which is ... |
Topic: sms controller with pic16f873 |
Vivi
Replies: 8
Views: 11280
|
Forum: General CCS C Discussion Posted: Thu Feb 11, 2010 5:41 am Subject: sms controller with pic16f873 |
I have also the function send_SMS running. However, I have some problem receiving SMS. |
Topic: sms controller with pic16f873 |
Vivi
Replies: 8
Views: 11280
|
Forum: General CCS C Discussion Posted: Sat Feb 06, 2010 3:52 pm Subject: sms controller with pic16f873 |
The code I am using for testing is below.
// test SMS v6
#include "C:\Program files\PICC\Devices\16f873.h"
#fuses HS,NOWDT,NOPROTECT,NOLVP,NOBROWNOUT,PUT
#use delay(clock=200000 ... |
Topic: sms controller with pic16f873 |
Vivi
Replies: 8
Views: 11280
|
Forum: General CCS C Discussion Posted: Sat Feb 06, 2010 3:41 pm Subject: connection problem |
Hi Asmboy,
the first problem I have is the connection between the max232 and the SIM module. When I post AT commands from my PC using hyperterminal and the gsm module sends SMS. I have transferred th ... |
Topic: sms controller with pic16f873 |
Vivi
Replies: 8
Views: 11280
|
Forum: General CCS C Discussion Posted: Sat Feb 06, 2010 6:00 am Subject: sms controller with pic16f873 |
Hi Guys, I have small problem and I will apreciate little help. I just started developing sms controller, based on pic16f873 using CCS. Initially I was thinking that I will find some examples on the n ... |
|