Author |
Message |
Topic: GSM-PIC-PC(Hyperterminal) |
tracy83
Replies: 3
Views: 7572
|
Forum: General CCS C Discussion Posted: Wed Mar 08, 2006 4:42 am Subject: GSM-PIC-PC(Hyperterminal) |
Hi there,i need help in urgent.I'm doing a project of vehicle tracking system.now i want my PIC to send command to both PC and GSM then the GSM response will go to my PIC and from the PIC to my PC. Bu ... |
Topic: Need help on communication between GSM-PIC |
tracy83
Replies: 4
Views: 16924
|
Forum: General CCS C Discussion Posted: Sun Mar 05, 2006 1:45 pm Subject: urgent help |
hi there...
#include <16F876.h> // Defines chip
#use delay(clock=20000000) // Defines delay_clock
#fuses hs, noprotect, nowdt, nolvp
#use rs232(baud=38400, XMIT=Pin_c6, rcv=pin_c7, parity= ... |
Topic: Need help on communication between GSM-PIC |
tracy83
Replies: 4
Views: 16924
|
Forum: General CCS C Discussion Posted: Wed Mar 01, 2006 9:02 am Subject: Need help on communication between GSM-PIC |
hi jaime...
ya...my GSM work with 38400kbps.I'll try with ur suggestion and let you know how is it...thanks alot |
Topic: Need help on communication between GSM-PIC |
tracy83
Replies: 4
Views: 16924
|
Forum: General CCS C Discussion Posted: Wed Mar 01, 2006 2:20 am Subject: Need help on communication between GSM-PIC |
Hi there,I am a newbie in doing this project.I need some help on this project.
I want my PIC to send a voice call command to my GSM without using the Hyperterminal.Would it be possible?Below are my ... |
|