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
Posted: Mon Aug 06, 2007 3:21 pm
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
Posted: Mon Aug 06, 2007 6:35 pm
you could set trisc.3 and solder a wire between these pins.
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