Morse Code Identifier
AllenW
Posts: 8
I am trying to make an amateur radio repeater controller using a BASIC Stamp. On the internet I found a repeater controller program written by Roger Cameron, N0YOX, that does many of the things I want and it includes a Morse code identifier. In an effort to really understand his program and adapt parts of it to what I want, I used code based on his approach to write a Morse code identifier program, but all I can get from it is a series of clicks. After spending a lot of time trying to understand what is wrong with the program I still don't see my mistake(s) so I would really appreciate any advice that would help me fix the problem.
AllenW
AllenW
Comments
Before we would be able to help you determine what is wrong with your code you would need to attach it (not paste it) to a message so we can see what is happening.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
I thought I had attached the file but I guess it didn't work properly. I hope it is attached now.
Thank you,
AllenW
Jeff T.
Thank you very much for your help. After I tried your suggestion I spent some time figuring out why it worked and I now understand the distinction between BRANCH and ON...GOSUB. I rewrote some code to use BRANCH to check that I understood, and I got this alternative working ok, too. Without your suggestion I think I would still be struggling trying to figure out what was wrong.
I don't think the PAUSE is necessary because there is a little break between characters where FREQOUT is zero.
Thanks again.
AllenW
Jeff T.