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 10 matches
CCS Forum Index
Author Message
  Topic: x10-communication
iruraz

Replies: 9
Views: 11097

PostForum: General CCS C Discussion   Posted: Tue May 11, 2010 12:55 am   Subject: x10-communication
Thanks PCM Programmer. I changed xt as hs but simulation doesn't work correctly. You asked "Does Proteus simulate X-10 ? ".

BYTE x10_read_bits(BYTE n) {
BYTE data,i;

...
  Topic: x10-communication
iruraz

Replies: 9
Views: 11097

PostForum: General CCS C Discussion   Posted: Mon May 10, 2010 2:00 pm   Subject: x10-communication
Hi Everyone,

I try to communicate with two pic using x10 protocol. There is a driver "x10.c" for tw523. The code which i wrote is below. I could send data but couldn't receive data with ...
  Topic: X10-TEMPERATURE CONTROL
iruraz

Replies: 2
Views: 4529

PostForum: General CCS C Discussion   Posted: Wed Apr 07, 2010 4:51 am   Subject: X10-TEMPERATURE CONTROL
Hi Everyone,

I try to implement temperature control with using X10 protocol. I benefit from microchip's AN-236 application. There are asm codes but i work with CCS. CCS has X10 driver for TW523. Ca ...
  Topic: PWM-duty cycle problem
iruraz

Replies: 4
Views: 4656

PostForum: General CCS C Discussion   Posted: Thu Mar 18, 2010 2:10 pm   Subject: PWM-duty cycle problem
Thanks @Ttelmah .
  Topic: PWM-duty cycle problem
iruraz

Replies: 4
Views: 4656

PostForum: General CCS C Discussion   Posted: Wed Mar 17, 2010 12:10 pm   Subject: PWM-duty cycle problem
Thanks @meereck. I tried and obtained. Product result is same but what is the difference between
setup_timer_2(t2_div_by_1,15,1);
and
setup_timer_2(t2_div_by_16,0,1);
?
  Topic: PWM-duty cycle problem
iruraz

Replies: 4
Views: 4656

PostForum: General CCS C Discussion   Posted: Wed Mar 17, 2010 8:43 am   Subject: PWM-duty cycle problem
Hi Everybody,

I try to obtain 120KHz carrier signal with 50% duty cycle. My crystal frequency 7.68MHz.

setup_timer_2(t2_div_by_16,0,1);

This part of code give 120KHz signal but I cou ...
  Topic: 120 KHz Carrier Signal
iruraz

Replies: 3
Views: 4173

PostForum: General CCS C Discussion   Posted: Thu Feb 18, 2010 5:10 am   Subject: 120 KHz Carrier Signal
Hi Everyone,

I try to obtain 120 KHz carrier signal with using pwm module of pic 16f877 . PWM uses timer2 and maximum frequency value is 250 Hz because pr2 maximum value is 255 and postscale maxim ...
  Topic: Combination Lock
iruraz

Replies: 4
Views: 6977

PostForum: General CCS C Discussion   Posted: Fri Dec 11, 2009 2:11 pm   Subject: Combination Lock
thanks...
  Topic: Combination Lock
iruraz

Replies: 4
Views: 6977

PostForum: General CCS C Discussion   Posted: Fri Dec 11, 2009 4:27 am   Subject: Combination Lock
You smell priggism...
  Topic: Combination Lock
iruraz

Replies: 4
Views: 6977

PostForum: General CCS C Discussion   Posted: Fri Dec 11, 2009 3:48 am   Subject: Combination Lock
Hi Everyone,

I try to make a combination lock circuit with 16f877. Does anyone have the ccs codes about combination lock?

http://img502.imageshack.us/img502/2381/proo.png
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group