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: ICD-U40 : Target not recognized
dcclark

Replies: 2
Views: 27631

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Mon Mar 01, 2010 1:49 pm   Subject: ICD-U40 : Target not recognized
Make sure the RJ11 cable connector is seated firmly in the ICD. I have had this problem at least twice.
  Topic: Correct way to I/O
dcclark

Replies: 5
Views: 5360

PostForum: General CCS C Discussion   Posted: Thu Apr 09, 2009 5:22 am   Subject: Re Correct I/O
And of course my CCS PCWHD compiler complained. The code should be thusly: output_j((input_j() & 0xF8) | (buffer[2] & 0x7));
Thanks again.
  Topic: Correct way to I/O
dcclark

Replies: 5
Views: 5360

PostForum: General CCS C Discussion   Posted: Thu Apr 09, 2009 5:06 am   Subject: Re: and of course there is ......
output_J( ( input_j()&F8) | ( buffer

Thanks. By now it should be perfectly obvious to the most casual observer that I am transitioning from BASIC to C.
Thanks again Asmboy, now that is elega ...
  Topic: Correct way to I/O
dcclark

Replies: 5
Views: 5360

PostForum: General CCS C Discussion   Posted: Wed Apr 08, 2009 10:13 am   Subject: Correct way to I/O
Thanks Mr. Guest. That is one of those "Why didn't I think of that?" Smile
  Topic: Correct way to I/O
dcclark

Replies: 5
Views: 5360

PostForum: General CCS C Discussion   Posted: Wed Apr 08, 2009 5:44 am   Subject: Correct way to I/O
I wish to preserve the state of all but pins 0 - 2 of port J and then write a variable to those pins. I did the following:
Int8 b;
b = (input_j () & F8);
output_j (b | buffe ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group