Hello.

I'm building custom IR control, I already wrote the code for ir command generation, but I want to use built in hardwre pwm of 16F870 chip to generate 38khz carrier. PBP supports up to 32khz. Also, I'd be very grateful, if some gives me ASM code insert which simply enables and disables hpwm with already set frequency and duty cycle. The PBP command HPWM does too many things together, like switching port and so on, so it is slow.