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 5 matches
CCS Forum Index
Author Message
  Topic: PCD putc() help
Jakesvanzyl

Replies: 13
Views: 18503

PostForum: General CCS C Discussion   Posted: Wed Nov 24, 2010 12:21 am   Subject: Thank you
Thanks FvM

This has been a great help!
  Topic: Converting a int64 to float64 PIC24
Jakesvanzyl

Replies: 2
Views: 4620

PostForum: General CCS C Discussion   Posted: Wed Nov 24, 2010 12:17 am   Subject: Converting a int64 to float64 PIC24
I have successfully converted a float64 to a int64 with the following method.

step 1. Declare a Union

union {
int8 b[8];
float64 f;
} floatConversion;

step 2. se ...
  Topic: PCD putc() help
Jakesvanzyl

Replies: 13
Views: 18503

PostForum: General CCS C Discussion   Posted: Tue Nov 23, 2010 6:22 am   Subject: PCD putc() help
My device is a PIC24FJ48GA002 but we have seen the problem on a PIC24HJ64GP504 as well. I'm not sure how to check the hardware revision of the PIC but here is the full code of the PIC as displayed on ...
  Topic: PCD putc() help
Jakesvanzyl

Replies: 13
Views: 18503

PostForum: General CCS C Discussion   Posted: Tue Nov 23, 2010 4:54 am   Subject: PCD putc() help
Thanks for the reply

I have monitored the enable line on the RS485 and it definitely goes low before all the data is out. What is strange about this problem is that it only happens when you have an ...
  Topic: PCD putc() help
Jakesvanzyl

Replies: 13
Views: 18503

PostForum: General CCS C Discussion   Posted: Mon Nov 22, 2010 11:47 pm   Subject: Same problem
I'm struggling with exactly the same problem. The problem can be fixed in 1 of 2 ways.

1 - Send the last byte twice for example

for (I=0;I<Length;I++) //Data
{
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group