Bug #9247
closedFT-65E: "5 Beep" is not configured correctly
100%
Description
Hello,
I disabled the button beep with
Settings > Misc Settings > "Enable the Beeper: Off"
in "CHIRP". After uploading the image, the setting is always enabled. Is there any other information you need?
radio: FT-65E
CHIRP: daily-20210724
Files
Updated by Bernhard Hailer over 3 years ago
- Status changed from New to Feedback
- Assignee set to Bernhard Hailer
- Target version set to chirp-legacy
- Model affected changed from FT-65E to Yaesu FT-65E
Does it go off when you configure Settings > Misc Settings > "Enable the Beeper: On"?
Seems to be related to #8287 (same driver). That one is marked resolved; however, the patch may not have reached the repository. Will have to look into.
Updated by Jim Unroe over 3 years ago
I would suggest that you attach 2 CHIRP Radio Images (*.img) file downloaded from your radio. The only difference being one image has Beep enabled (using the radio's menu system) and the other image has Beep disabled (again using the radio's menu system).
Jim KC9HI
Updated by Ferdinand Funker over 3 years ago
Jim Unroe wrote:
I would suggest that you attach 2 CHIRP Radio Images (*.img) file downloaded from your radio. The only difference being one image has Beep enabled (using the radio's menu system) and the other image has Beep disabled (again using the radio's menu system).
Jim KC9HI
Currently I've no data cable near me. I'm going to post an update, when I get hold of mine in the next couple of days
Updated by Ferdinand Funker over 3 years ago
- File Yaesu_FT-65E_beep_off.img Yaesu_FT-65E_beep_off.img added
- File Yaesu_FT-65E_beep_key.img Yaesu_FT-65E_beep_key.img added
- File Yaesu_FT-65E_beep_key sc.img Yaesu_FT-65E_beep_key sc.img added
There are three different options for "Beep" on the FT-65E:
- OFF
- KEY+SC
- KEY
I uploaded an image for each of them.
Updated by Ferdinand Funker over 3 years ago
KEY: The beeper sounds when a keypad button is pressed.
KEY+SC(default setting): The beeper sounds when a keypad button is pressed, or when the receiver scanning stops.
OFF: The beeper does not sound.
Updated by Jim Unroe over 3 years ago
It would appear to me that the list is in the wrong order.
The are listed in the driver in the following order
OFF KEY KEY + SC
But according to the "images" they are listed in in memory in the reverse the order
KEY + SC (0x00) KEY (0x01) OFF (0x02)
So selecting BEEP + SC in CHIRP should set BEEP to OFF in your radio. Would you confirm this?
Jim KC9HI
Updated by Ferdinand Funker over 3 years ago
So selecting BEEP + SC in CHIRP should set BEEP to OFF in your radio. Would you confirm this?
Yes, this works. The beeper is disabled afterwards.
Updated by Jim Unroe over 3 years ago
Bernhard, it seem that the list for BEEP setting choices are reversed in the driver from of how they are stored in the FT-65E radio. Since I don't own any of the models that the "ft4.py" driver supports, I have no way of knowing if this bug is unique to the FT-65E or if it is reversed across-the-board. Are to able to test other models?
I also notices your name in the copyright area of the driver and you have been selected(volunteered?) as the "Assignee" for this issue. Do you want to work on this?
Jim KC9HI
Updated by Bernhard Hailer over 3 years ago
Yes, I finished the work started by Dan Clemmensen on this driver and can test on an FT-25R.
When there's some time, I can also fix the driver (it has been a while I worked on Chirp code).
Updated by Bernhard Hailer about 3 years ago
- % Done changed from 0 to 100
- Platform changed from Linux to All
Patch submitted.
Updated by Bernhard Hailer about 3 years ago
- Status changed from Feedback to Resolved
Updated by Anonymous about 3 years ago
- Status changed from Resolved to Closed
Applied in changeset commit:c823f6066d0e.