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 24 matches
CCS Forum Index
Author Message
  Topic: taximeter issue
rald

Replies: 7
Views: 15188

PostForum: General CCS C Discussion   Posted: Thu Aug 24, 2017 11:55 am   Subject: taximeter issue
hello,

I discovered that my problem was with the clock (crystal) this was not for high temperature which create that issue, I changed it for internal oscillator which is 8MHz.

Now I have other q ...
  Topic: taximeter issue
rald

Replies: 7
Views: 15188

PostForum: General CCS C Discussion   Posted: Wed Aug 23, 2017 10:13 am   Subject: taximeter issue
hi
Thanks for response.
I am going to check those links, but basically I am seeing that I will lose information if the machine is reset.
I will let you know if I can find something.
Thanks
  Topic: taximeter issue
rald

Replies: 7
Views: 15188

PostForum: General CCS C Discussion   Posted: Tue Aug 22, 2017 11:15 pm   Subject: taximeter issue
Hello experts,

I made a taximeter but this one is presenting random issues.
Randomly the device gets stuck and does not run. I have been thinking to use WDT interruption but if I use it, the devic ...
  Topic: pic18F4550 working two timers interruption same time & O
rald

Replies: 4
Views: 11088

PostForum: General CCS C Discussion   Posted: Sat Jul 29, 2017 4:57 pm   Subject: pic18F4550 working two timers interruption same time & O
hi temtronic

I have been testing and testing, with different timings in pin A0 which is the sensor_odometro...
I discover that my problem is delay_ms, because, for example, if the pin state chang ...
  Topic: pic18F4550 working two timers interruption same time & O
rald

Replies: 4
Views: 11088

PostForum: General CCS C Discussion   Posted: Sat Jul 29, 2017 1:34 pm   Subject: pic18F4550 working two timers interruption same time & O
hello experts:

I have a question about timers, and also an issue to fix in my project.

first: about timers, when I configure two interruption by timers I see that only one is running, my questi ...
  Topic: pic18F4550 RS 232 rare issue
rald

Replies: 9
Views: 17118

PostForum: General CCS C Discussion   Posted: Mon Mar 13, 2017 12:11 pm   Subject: pic18F4550 RS 232 rare issue
dude

Your code is working... IS WORKING!!!!

But I can only received one character per line... how do I add more buffer to rx?

Thanks a lot!!!!
  Topic: pic18F4550 RS 232 rare issue
rald

Replies: 9
Views: 17118

PostForum: General CCS C Discussion   Posted: Mon Mar 13, 2017 10:09 am   Subject: pic18F4550 RS 232 rare issue
I am going to check that example.

the other device is HC-05 bluetooth.

but also I testing with an arduino.
  Topic: pic18F4550 RS 232 rare issue
rald

Replies: 9
Views: 17118

PostForum: General CCS C Discussion   Posted: Mon Mar 13, 2017 9:54 am   Subject: pic18F4550 RS 232 rare issue
hi

thanks for reply.

I add your suggestions to my code
#include <18F4550.h>
#device ADC=10

#FUSES PLL1
#FUSES XTPLL
#FUSES CPUDIV3
#FUSES NOWDT //No Watch Dog ...
  Topic: pic18F4550 RS 232 rare issue
rald

Replies: 9
Views: 17118

PostForum: General CCS C Discussion   Posted: Sun Mar 12, 2017 11:32 pm   Subject: pic18F4550 RS 232 rare issue
Hello everyone,
I hope someone can help me with this strange thing.

I have a pic18F4550 using a crystal 4Mhz configure for 32Mhz PLL, I am just trying to send data via rs232 TTL to other rs232 TTL ...
  Topic: Big issue with STRTOK with GPS string
rald

Replies: 6
Views: 13671

PostForum: General CCS C Discussion   Posted: Wed Mar 08, 2017 2:08 pm   Subject: Big issue with STRTOK with GPS string
hi,

I made your suggestion but I am getting this data:

A
235959.076
000000.076

The code is this:

void spliting_string(){
char dato[100], sep[2], *prt, ar ...
  Topic: Big issue with STRTOK with GPS string
rald

Replies: 6
Views: 13671

PostForum: General CCS C Discussion   Posted: Tue Mar 07, 2017 11:09 pm   Subject: Big issue with STRTOK with GPS string
Hi,

void spliting_string(){
char sep[2],*original, *prt, array[20];
int i=0, x;
fgets(data, GPS);
strcpy(sep, ",");
strcp ...
  Topic: Big issue with STRTOK with GPS string
rald

Replies: 6
Views: 13671

PostForum: General CCS C Discussion   Posted: Tue Mar 07, 2017 3:53 pm   Subject: Big issue with STRTOK with GPS string
hello everyone,

I have a big issue, I have like 3 days fighting with this but I can't find the correct answer.

I am receiving string from GPS chip via RS232. I can get and read the string but wh ...
  Topic: problem with write/read external eeprom 2408
rald

Replies: 14
Views: 22120

PostForum: General CCS C Discussion   Posted: Tue Mar 31, 2015 6:16 pm   Subject: problem with write/read external eeprom 2408
Hello everyone,

Thanks for all your help, I have fixed all recommendations.

Now I can save info into the eeprom but something interesting is happening, I am converting the ADC and save it into t ...
  Topic: problem with write/read external eeprom 2408
rald

Replies: 14
Views: 22120

PostForum: General CCS C Discussion   Posted: Mon Mar 30, 2015 1:40 pm   Subject: problem with write/read external eeprom 2408
hi PCM,

I hope you can help me with this one. I wrote this code what it does is read the ADC and save the data into the eeprom, I can't save anything and I dont know why
#include <18F2450.h> ...
  Topic: problem with write/read external eeprom 2408
rald

Replies: 14
Views: 22120

PostForum: General CCS C Discussion   Posted: Fri Mar 27, 2015 5:52 pm   Subject: problem with write/read external eeprom 2408
Dude you are a genius!!!!!!

now is working... thanks...

can you explain why those ports can't be used?

thanks.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group