Author |
Message |
Topic: Sending and receiving fixed sms |
gorilla135
Replies: 9
Views: 12257
|
Forum: General CCS C Discussion Posted: Mon Apr 10, 2006 11:45 am Subject: gsm |
#include <16F877.h> // Defines chip
#include <stdio.h> // this gets the printf() definition
#include <string.h> // string handling l ... |
Topic: receiving text message |
gorilla135
Replies: 0
Views: 3304
|
Forum: General CCS C Discussion Posted: Mon Mar 27, 2006 5:14 am Subject: receiving text message |
i can get the modem to send messages, but i am not sure on how to receive them, i want the modem to send them via rs232 to the pic and then the pic can sort out what to do once the correct message has ... |
Topic: pic to gsm modem |
gorilla135
Replies: 7
Views: 13039
|
Forum: General CCS C Discussion Posted: Wed Mar 22, 2006 9:33 am Subject: pic to gsm modem |
been searching for a day or two now. i just want the pic to send a text message at the minute then when i get that to work i want it to read a text message in and using the string compare function car ... |
Topic: pic to gsm modem |
gorilla135
Replies: 7
Views: 13039
|
Forum: General CCS C Discussion Posted: Wed Mar 22, 2006 9:03 am Subject: pic to gsm modem |
do i just put in a few delays or what, |
Topic: pic to gsm modem |
gorilla135
Replies: 7
Views: 13039
|
Forum: General CCS C Discussion Posted: Wed Mar 22, 2006 8:41 am Subject: pic to gsm modem |
#include <16F877.h> /* Defines chip */
#include <stdio.h> /* this gets the printf() definition */
#use delay(clock=4000000)
#fuses hs, noprotect, nowdt, nolvp
#use rs232(baud=9600,xm ... |
Topic: pic to gsm modem |
gorilla135
Replies: 7
Views: 13039
|
Forum: General CCS C Discussion Posted: Wed Mar 22, 2006 7:18 am Subject: pic to gsm modem |
iam having a problem communicating a PIC 16f877 with a gsm modem, the problem is that the modem only works with 115200 baud rate, the code works perfectly when i connect the modem via hyperterminal b ... |
Topic: GSM-PIC-PC(Hyperterminal) |
gorilla135
Replies: 3
Views: 7560
|
Forum: General CCS C Discussion Posted: Wed Mar 15, 2006 9:02 am Subject: GSM-PIC-PC(Hyperterminal) |
tracy im doin the same type of project. i am having the same type of problem if you find a solution or anything could u help me also, ill be glad to give any info i have my self.
Ciaran |
Topic: Sending and receiving fixed sms |
gorilla135
Replies: 9
Views: 12257
|
Forum: General CCS C Discussion Posted: Tue Mar 14, 2006 6:30 am Subject: Sending and receiving fixed sms |
I am currently working on a project which involves controlling a machine via sms. have written some code but cannot get it to work. im a bit rusty on writing C. need the pic to receive a sms read a ... |
|