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: PCM Code Editor Recommendations
Andre Jr. Richard

Replies: 16
Views: 24472

PostForum: General CCS C Discussion   Posted: Wed Mar 07, 2007 7:51 pm   Subject: PCM Code Editor Recommendations
C#R# said:

"Post� le: Lun F�v 06, 2006 5:43 am Sujet du message:

I tried eclipse and codeblocks, but I think that dev-c++ is the best. "

how did you do that ? any example of m ...
  Topic: 2 rs232 interruptions
Andre Jr. Richard

Replies: 5
Views: 7468

PostForum: General CCS C Discussion   Posted: Thu Oct 20, 2005 12:24 pm   Subject: 2 rs232 interruptions
18F8722
  Topic: prob with trisc
Andre Jr. Richard

Replies: 3
Views: 10317

PostForum: General CCS C Discussion   Posted: Fri Jul 09, 2004 8:24 am   Subject: prob with trisc
The tris wasn't ok... but physicly the hardware makes that work anyway....

I programed like that since 2 month without problem... Evil or Very Mad

I see in my list file you said right Shocked

I will ...
  Topic: prob with trisc
Andre Jr. Richard

Replies: 3
Views: 10317

PostForum: General CCS C Discussion   Posted: Thu Jul 08, 2004 8:39 am   Subject: prob with trisc
I try to access to pin c2 without manage the trisc.

I'm able to access all the other ports pins in that condition with using:
#bit RB0 = PORTB.0 for example.

In my program I can do:

RB0 = 1 ...
  Topic: Retriving iCHIP parameter value over RS232 using PIC16F877
Andre Jr. Richard

Replies: 4
Views: 11469

PostForum: General CCS C Discussion   Posted: Mon May 31, 2004 8:28 am   Subject: Retriving iCHIP parameter value over RS232 using PIC16F877
Hello Fred, I'm new with ichip.

In a month I will program them everyday, so I thing it is possible that we can help us if we exchange.

May it possible to ask you some question ?

which ichi ...
  Topic: PIC18FXX20 NEW POWER MGMT MODES, ANY PRIOR EXP?
Andre Jr. Richard

Replies: 2
Views: 13784

PostForum: General CCS C Discussion   Posted: Tue Nov 18, 2003 8:58 am   Subject: PIC18FXX20 NEW POWER MGMT MODES, ANY PRIOR EXP?
Try this...

#fuses INTRC_IO, ...

#byte OSCCON = 0xFD3

OSCCON = 0b01110000; Crystal at 8Mhz
// you can change the speed during the program running Smile
OSCCON = 0b00000000; Crystal at 32khz
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group