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: How to get determine the value of an output port (SOLVED)
ambokyo

Replies: 2
Views: 5967

PostForum: General CCS C Discussion   Posted: Thu Dec 02, 2010 6:29 am   Subject: How to get determine the value of an output port (SOLVED)
Thanks so much.

#byte and #bit is exactly what I was looking for.
  Topic: How to get determine the value of an output port (SOLVED)
ambokyo

Replies: 2
Views: 5967

PostForum: General CCS C Discussion   Posted: Wed Dec 01, 2010 9:29 am   Subject: How to get determine the value of an output port (SOLVED)
Assuming PORT B is outputting 0xFF. How can I read the status of PORT B so I could determine the output state?

Sorry for being such a noob in CCSC but CCSC doesn't seem to recognize PORTB keyword.
  Topic: how to implement strstr between ram and rom strings (SOLVED)
ambokyo

Replies: 2
Views: 4259

PostForum: General CCS C Discussion   Posted: Wed Dec 01, 2010 8:14 am   Subject: how to implement strstr between ram and rom strings (SOLVED)
Wow!, the error disappeared!

Thank you so much.
  Topic: how to implement strstr between ram and rom strings (SOLVED)
ambokyo

Replies: 2
Views: 4259

PostForum: General CCS C Discussion   Posted: Wed Dec 01, 2010 8:01 am   Subject: how to implement strstr between ram and rom strings (SOLVED)
I'm trying to port a code I made in Hitech C to CCSC

if (strstr(SerialBuff, "stringtofind") != 0)
break;

Above code is workingin hitech c. SerialBuff is a string r ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group