I am using the PWM fuction of the PIC16C73 on CCP2. My question is, does the data value written to port c have any effect on the state of the PWM ouput pin? In otherwords, if the pin is doing PWM and currently is at a zero level, will writting a one to that bit cause the output to go to one? I would guess that it should not but MPLAB simulator puts the new value on the screen and then the next step returns to the right value. Will I see this in the real device or is this just a sim thing? If it is just a sim thing, then my code can be greatly simplified. Thanks, Norm