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 4 matches
CCS Forum Index
Author Message
  Topic: uart code
Green20

Replies: 5
Views: 7428

PostForum: General CCS C Discussion   Posted: Thu Mar 20, 2014 7:41 pm   Subject: uart code
thank you again Smile
  Topic: uart code
Green20

Replies: 5
Views: 7428

PostForum: General CCS C Discussion   Posted: Thu Mar 20, 2014 7:25 pm   Subject: uart code
I'm sorry but please I need to clear a register but when I'm searching in the content of the CCS compiler I just found :
bit_clear(x,2);
so this clear only one bit of a register not all the content ...
  Topic: uart code
Green20

Replies: 5
Views: 7428

PostForum: General CCS C Discussion   Posted: Thu Mar 20, 2014 7:03 pm   Subject: uart code
Thank you sooo much
  Topic: uart code
Green20

Replies: 5
Views: 7428

PostForum: General CCS C Discussion   Posted: Thu Mar 20, 2014 6:42 pm   Subject: uart code
Hi all

please how can I write a code like that by the CCS compiler , I can't find an instruction equivalent to it

if (uart_available())
{
c1 = getchar();
}
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group