I suspect you need SELECT CASE in the program not the eprom space which is used for DATA storage.
I'm guessing you are using the tones as a control method. So you want a single tone or combination of tones to do something.
You need to save the output of the tone decoder to a variable then use the variable result to Select Case . Each CASE can have the code you want to run.
It's in the PBP manual.
Bookmarks