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 9 matches
CCS Forum Index
Author Message
  Topic: Share RS232 pins with LED status pins using software UART?
Stuffed-Bit

Replies: 2
Views: 8304

PostForum: General CCS C Discussion   Posted: Thu Apr 20, 2017 10:50 pm   Subject: Share RS232 pins with LED status pins using software UART?
Am I misunderstanding?

Nope, you were correct. I set this up and tested and it works exactly like you said. From reading I was under the impression that once the compiler configured the serial pi ...
  Topic: Share RS232 pins with LED status pins using software UART?
Stuffed-Bit

Replies: 2
Views: 8304

PostForum: General CCS C Discussion   Posted: Mon Apr 17, 2017 9:20 am   Subject: Share RS232 pins with LED status pins using software UART?
I want to share RS232 pins with LED's on an 8-pin chip without hardware UART. Detailed description of what I'm trying to accomplish below. How do I use the RS232 pins for serial communications, then ...
  Topic: PWM Duty won't drop to 0%
Stuffed-Bit

Replies: 1
Views: 4725

PostForum: General CCS C Discussion   Posted: Sat Jan 09, 2010 11:35 am   Subject: PWM Duty won't drop to 0%
Hoping some of the experts may be able to explain this to me. I'm probably missing something simple. I searched but there are so many PWM post I couldn't find an answer, sorry if it has already been ...
  Topic: Why will this 12F683 program not run?
Stuffed-Bit

Replies: 2
Views: 4090

PostForum: General CCS C Discussion   Posted: Sat Sep 27, 2008 6:46 pm   Subject: Why will this 12F683 program not run?
while(true){

output_high(pin_a5);
output_low(pin_a4);
delay_ms(500);
output_high(pin_a4);
output_low(pin_a5);

}
See this thread:
http://www.ccsinfo.com/forum/v ...
  Topic: Why will this 12F683 program not run?
Stuffed-Bit

Replies: 2
Views: 4090

PostForum: General CCS C Discussion   Posted: Sat Sep 27, 2008 6:04 pm   Subject: Why will this 12F683 program not run?
Why will this 12F683 program not run? Running on Microchip PIC kit1 and programmed with MPLAB v8.1. Programs on 12F675 chips seems to run fine but I can't get any 12F683 program to run. I have trie ...
  Topic: What is the proper way to turn PWM pin on and off?
Stuffed-Bit

Replies: 5
Views: 11716

PostForum: General CCS C Discussion   Posted: Tue Mar 13, 2007 9:18 pm   Subject: What is the proper way to turn PWM pin on and off?
Version 1 uses a few less commands than version 2 and produces the same results. Any reason not to use version 1 as long as the pin is pulled high or low and not left floating?

Also, is there a e ...
  Topic: What is the proper way to turn PWM pin on and off?
Stuffed-Bit

Replies: 5
Views: 11716

PostForum: General CCS C Discussion   Posted: Tue Mar 13, 2007 8:11 am   Subject: What is the proper way to turn PWM pin on and off?
Chip = 16F877A
Compiler = 3.155

Say I want to beep out some Morse code using the PWM pin C2. I set the PWM to 50% at 1KHz. Now what is the proper way to toggle the PWM on and off?

I "tho ...
  Topic: What is the differences between driver 25C080.c and 25080.c
Stuffed-Bit

Replies: 3
Views: 5829

PostForum: General CCS C Discussion   Posted: Sat Jul 08, 2006 9:25 am   Subject: What is the differences between driver 25C080.c and 25080.c
I did that already. The two chips look very similar. I want to make sure I didn't over look something. That was why I was asking if someone who had both files could compare the difference or supply ...
  Topic: What is the differences between driver 25C080.c and 25080.c
Stuffed-Bit

Replies: 3
Views: 5829

PostForum: General CCS C Discussion   Posted: Fri Jul 07, 2006 4:37 pm   Subject: What is the differences between driver 25C080.c and 25080.c
What is the differences between the driver 25C080.c and 25080.c? My 3.155 compiler only came with the 25C080.c driver and I want to interface to an Atmel AT25080 EEPROM. Will the 25C080.c driver tal ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group