When going into - sudo sa818-menu - and attempting to set the RX CTCSS to “none” and the TX CTCSS to 162.2, the system script defaults to setting both CTCSS to 162.2. I have set the radio as Duplex type - 0 and as “half”. I have tried to run the command directly and change the RX CTCSS to 0.0, and it gives an error. What am I doing wrong? I need to have this link work with no RX CTCSS and only a TX CTCSS tone.
It looks like both the sa818-menu and sa818 commands need a minor adjustment (the former to allow you to specify a split of "None", the latter to accept the values).
As a workaround, it looks like making a small change to the /usr/bin/sa818 command (script) with your favorite editor might get you going. Look for the following block of text:
CTCSS = (
"None", "67.0", "71.9", "74.4", "77.0", "79.7", "82.5", "85.4", "88.5",
"91.5", "94.8", "97.4", "100.0", "103.5", "107.2", "110.9", "114.8", "118.8",
"123.0", "127.3", "131.8", "136.5", "141.3", "146.2", "151.4", "156.7",
"162.2", "167.9", "173.8", "179.9", "186.2", "192.8", "203.5", "210.7",
"218.1", "225.7", "233.6", "241.8", "250.3"
)
Change "None" to "0.0". Then, you should be able to use the sa818 command with --ctcss 162.2,0.0.
Also, so that I don't forget, can you please file an Issue (bug report) @ GitHub: ASL3.
1 Like
This info did seem to help guide me to a solution. Looking forward to the eventual fix in the tool. Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.