first of all im not sure if rc5 macro is producing the correct signals, reveiw waveforms
then when i tell it to output on a certain pin it doesnot do it on the correct pin
here are all the rc5 combinations except the eblock running on a 16f1938
https://dl.dropbox.com/u/10367218/SOFTW ... FTWARE.jpg
https://dl.dropbox.com/u/10367218/SOFTW ... %20PWM.jpg
https://dl.dropbox.com/u/10367218/TIMER%20%20PWM.jpg
there are a few things that have been messing with me
TX QUESTIONS
- am i suppose to have the full blown modulated signal on one pin or two pins in all modes
or is it intentionally done the way the waveforms show?
- is the timer output on ccp1 suppose to actually output a constant 36khz 50% duty waveform?
- why do i get the full signal on A0 when in software/software mode and not in the other modes?
- obviously there is something wrong with the pin choosing macro
RX QUESTIONS
- why is there an interrupt and a timer option, this makes no sense, how could it use a int on pin as a timer, how could it not use a timer to check the incoming bits?
- how does "check_rx" and "collect data" work as a sudo code example
THIS IS HOW I USE IT CURRENTLY
-to get ir led to pulse correctly in software software mode i hook led from A0 to ground
-to get it to work in other modes i hook anode to A4 and cathode to CCP1
sorry i have so many questions but i was hoping to know how this all works and whats broken, thanks for taking the time and checking this out for me

https://dl.dropbox.com/u/10367218/QUESTIONS.jpg