According to datasheet, 18F45K20 has up to 5 CCP/PWM modules, which itself have 4 PWM ports and can be configured independently.

However, Picbasic pro has problem with them - none of them works, and in code like below, you can write ANY port number - no errors will be given.

Code:
hpwm 1,100,1000
hpwm 2,100,1000
hpwm 3,100,1000
hpwm 99,100,1000
What is the problem?