CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 36 matches
CCS Forum Index
Author Message
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri May 10, 2013 3:20 am   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
First of al I would like to thank you CCS FORUM for the best compiler and straight forward.

Second I would to thank you all members of this forums and special thanks to temtronic, ezflyr, bkamen, T ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 6:59 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)

Thank you again bkamen

Yes I noticed the problem I will make some changes to that and fuses as well

I think you're still missing a HUGE point we've all been trying to make.

Have you read Se ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 4:56 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Hi Papi,

Unfortunately, this thread might just be a case study in how not to pursue a new project. After three months and 4 pages, it appears that there is very little that you actually have workin ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 4:19 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
#use delay(clock=2000000) // 20Mhz Kind of sad that several people gave you hints to one obvious error but you still don't see it.
Since you seem to be blind to this error I'll tell you what' ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 4:14 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
#use delay(clock=2000000) // 20Mhz Kind of sad that several people gave you hints to one obvious error but you still don't see it.
Since you seem to be blind to this error I'll tell you what' ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 3:57 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Imagine a guy, who takes the face off his speedo in the car, and repaints it, so it shows 200mph, when he is doing 100. Then drives along the road proudly saying to his passenger 'look my car can do 2 ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 8:47 am   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
I'll even help a little more..

you have 2 problems in here...

#Fuses INTRC_IO,NOPLLEN,PRIMARY_ON,NOFCMEN,NOIESO,PUT,
#Fuses BROWNOUT,BORV29,NOWDT, ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 8:31 am   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
What about this comment from TTelmah?
Read the data sheet. What clock rates can the internal oscillator do?. Is 20MHz one of them?.
You are not paying attention to what you are told...
MPLab has n ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Fri Mar 15, 2013 8:09 am   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Am having problem at the moment I can't send a text at all using my GSM, am using GSM Enfora1218 so I have tried different ways seems not to work at at all, or the main problem is my code??But seems f ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Thu Feb 28, 2013 3:36 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Two comments:
You have the debug fuse turned off, yet are trying to debug.
Read the data sheet. What clock rates can the internal oscillator do?. Is 20MHz one of them?.

Best Wishes

Yes I made ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Thu Feb 28, 2013 3:21 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Pickit 3 is a Microchip product. It's not a CCS issue. I'll show you how
to use Google to search the Microchip forum. Copy and paste the
following line into the Google search box:
site:microchip. ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Thu Feb 28, 2013 1:44 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Am still having problem with PIC18, I haven't find solution yet after long day..

Am using MPLAB IDE V8.63
Compiler 4.138


that is the error am getting

PICkit 3 detected
Connecting to PIC ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Wed Feb 27, 2013 5:57 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Not to sure if this line ...

#use delay( clock=2000000, // clock changed to 80000


.. will actually compile properly.

I'm not clear what speed you really want 80KHz may not be possible, ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Wed Feb 27, 2013 4:34 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Hi guys am back again, actual the good news is that now am 60% ahead, I appreciate for your support and help.

So before I was using PIC16F877A and decided to change to PIC18F46K22 so since I ordere ...
  Topic: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Papi

Replies: 65
Views: 71638

PostForum: General CCS C Discussion   Posted: Sat Feb 02, 2013 5:15 pm   Subject: Vehicle Tracking using GSM and GPS with PIC16F877A ((SOLVED)
Hi Papi,

Hmmm, you're going to have to make this work eventually, right? A GPS receiver will typically transmit NMEA sentences regardless of having a "fix" or not. The only difference is ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group