Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IC-710 error #1235

Closed
mdblack98 opened this issue Feb 12, 2023 · 0 comments
Closed

IC-710 error #1235

mdblack98 opened this issue Feb 12, 2023 · 0 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. fixed Issue has been fixed
Milestone

Comments

@mdblack98
Copy link
Contributor

When running WSJT-x v2.6.1, with my Yaesu FT-710, the application crashes periodically.

Traced the issue and happens when concatenated commands are sent to the device.

Example 1:
Sent: FT0;FT;
Rcvd: FTFT0;

Example 2:
Sent: VS;VS;
Rcvd: VSVS0;

Example 3:
Sent: AI0;AI;
Rcvd: AI0;
Ai0;

NOTE:  Even though the radio responds correctly, this is where the dialog box pops up to reconfigure WSJT-x.

This issue has been reported to Yaesu in November 2022. The FT-710 firmware release in December did not fix the issue.

The work-around is to separate the commands with a delay of approximately 20mS between them.
(I've tested with 5mS but there are some commands this is marginal).

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. labels Feb 12, 2023
@mdblack98 mdblack98 added this to the 4.5.5 milestone Feb 12, 2023
mdblack98 added a commit that referenced this issue Feb 12, 2023
@mdblack98 mdblack98 added needs test Patches have been submitted but need testing to close issue fixed Issue has been fixed and removed needs test Patches have been submitted but need testing to close issue labels Feb 12, 2023
mdblack98 added a commit that referenced this issue Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. fixed Issue has been fixed
Projects
None yet
Development

No branches or pull requests

1 participant