Hi,
I have tried it has to connect a BUZZER and after an Speaker to the Pic, the sound is low and then it is not stable.
If then I connect a condenser from 10 uF as from the manual of the Picbasic Pro doesn't work anymore!!



pin------------+ C ---------- BUZZER----------gnd or

pin------------+ C ---------- speaker 4 ohms----------gnd



HOW TO?

16f84a
LOOP:
PAUSE 1000
SOUND PORTB.0,[100,50,80,30]
GOTO LOOP

THX
CHIP