Hi, I use a pic 12f509 with SOUND.
INTOSC e internal MCLR.
Here is the program.
thx chip_s



include "modedefs.bas"

loop:
sound GPIO.4,[123,20]
PAUSE 100
GOTO LOOP
END