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 support@ccsinfo.com

Is it possible to create an internal jumper?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
MVS



Joined: 20 Jun 2007
Posts: 2

View user's profile Send private message

Is it possible to create an internal jumper?
PostPosted: Mon Aug 06, 2007 3:09 pm     Reply with quote

Is it possible to link two pins together internally so that output_high(PIN_A2) will automatically make PIN_C3 high as well?

If this is possible, can it also be used for RS232 so that the transmit pin can be set for A2 and C3 simultaneously?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Aug 06, 2007 3:21 pm     Reply with quote

It could be done with a software UART if you wrote the code yourself,
instead of using the CCS library code. Every time you toggle the main
output pin, you could toggle another pin as well (with a line of code).
There would be a short phase delay between the two output signals.
future



Joined: 14 May 2004
Posts: 330

View user's profile Send private message

PostPosted: Mon Aug 06, 2007 6:35 pm     Reply with quote

you could set trisc.3 and solder a wire between these pins.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group