Code:
freqout porta.5,1000*/$100,115*/$100
If I am doing my math correctly the above code is trying to produce a -256Hz tone for 1 second. I do not think this is possible

Try:
Code:
 FREQOUT PORTA.5,1000,440,350
and see what happens.