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 6 matches
CCS Forum Index
Author Message
  Topic: Using software simulated UART
Javed Shafi

Replies: 3
Views: 5530

PostForum: General CCS C Discussion   Posted: Thu Dec 01, 2005 11:50 am   Subject: Using software simulated UART
Hi Ttelmah,

Many thanks for your reply.

You mention that

"I have in the past, posted a way of 'encapsulating' the transmission, so that this is automatically done on a 'per character' basis" ...
  Topic: Using software simulated UART
Javed Shafi

Replies: 3
Views: 5530

PostForum: General CCS C Discussion   Posted: Thu Dec 01, 2005 9:25 am   Subject: Using software simulated UART
Just a question regarding the use of directive
#use rs232(baud=100, xmit=PIN_C6, rcv=PIN_C7)

I have successfully used this directive before for PIC16LF877 and PIC16LF872 using port C pins 6 and ...
  Topic: ADC using external Reference
Javed Shafi

Replies: 4
Views: 8429

PostForum: General CCS C Discussion   Posted: Tue Oct 04, 2005 10:22 am   Subject: ADC using external Reference
Many thanks for the advice, will give it a try

Javed
  Topic: ADC using external Reference
Javed Shafi

Replies: 4
Views: 8429

PostForum: General CCS C Discussion   Posted: Tue Oct 04, 2005 9:01 am   Subject: ADC using external Reference
Just a general question as to how to use an external reference when using a pic with an inbuilt AtoD convertor.

The PIC I am using is a 16LF872 and I cannot use V+ as a reference as it is not const ...
  Topic: Typecast confusion
Javed Shafi

Replies: 1
Views: 3929

PostForum: General CCS C Discussion   Posted: Wed Sep 21, 2005 11:47 am   Subject: Typecast confusion
CODE:

unsigned int32 iTargetSeconds; // target delay in seconds
int16 iWeighting[4] = { 60000, 6000, 600, 60};
int8 iReadCommand[5]
.
.
.
...
  Topic: Compiler single step problems with V3.182
Javed Shafi

Replies: 1
Views: 8788

PostForum: General CCS C Discussion   Posted: Thu Mar 18, 2004 8:04 am   Subject: Compiler single step problems with V3.182
I am having problem running my compiler in Single Step mode, I have a for loop that is executed 10 times before exiting but in single step mode it runs only once. The loop counter goes from 0 to 10 mi ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group