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

FTDX3000 stuck in split mode #591

Closed
mdblack98 opened this issue Mar 8, 2021 · 0 comments
Closed

FTDX3000 stuck in split mode #591

mdblack98 opened this issue Mar 8, 2021 · 0 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. JTDX Bugs affecting JTDX operations needs test Patches have been submitted but need testing to close issue WSJTX Bugs affecting WSTJ-X operations

Comments

@mdblack98
Copy link
Contributor

FTDX3000 shows VS1; being sent twice and ends up on VFOB
[2021-03-08 08:06:52.845502][00:00:19.669827][RIGCTRL:trace] newcat_get_vfo_mode: offset=21, width_frequency=8
[2021-03-08 08:06:52.845502][00:00:19.669838][RIGCTRL:trace] newcat_get_vfo_mode: vfo mode = VFO
[2021-03-08 08:06:52.845502][00:00:19.669849][RIGCTRL:debug] newcat.c(9405):newcat_get_vfo_mode return
[2021-03-08 08:06:52.845502][00:00:19.669860][RIGCTRL:trace] cmd_str = VS1;
[2021-03-08 08:06:52.845502][00:00:19.669874][RIGCTRL:debug] newcat.c(9808):newcat_set_cmd entered
[2021-03-08 08:06:52.845502][00:00:19.669886][RIGCTRL:trace] rig_flush: called for serial device
[2021-03-08 08:06:52.845502][00:00:19.669898][RIGCTRL:debug] serial.c(629):serial_flush entered
[2021-03-08 08:06:52.845502][00:00:19.669907][RIGCTRL:debug] tcflush
[2021-03-08 08:06:52.845502][00:00:19.669941][RIGCTRL:debug] serial.c(661):serial_flush return
[2021-03-08 08:06:52.845502][00:00:19.669951][RIGCTRL:trace] cmd_str = VS1;
[2021-03-08 08:06:52.845502][00:00:19.669963][RIGCTRL:debug] newcat.c(9691):newcat_set_cmd_validate entered
[2021-03-08 08:06:52.845502][00:00:19.669974][RIGCTRL:trace] newcat_set_cmd_validate: priv->cmd_str=VS1;
[2021-03-08 08:06:52.845502][00:00:19.669987][RIGCTRL:trace] rig_flush: called for serial device
[2021-03-08 08:06:52.845502][00:00:19.669998][RIGCTRL:debug] serial.c(629):serial_flush entered
[2021-03-08 08:06:52.845502][00:00:19.670007][RIGCTRL:debug] tcflush
[2021-03-08 08:06:52.845502][00:00:19.670038][RIGCTRL:debug] serial.c(661):serial_flush return
[2021-03-08 08:06:52.845502][00:00:19.670050][RIGCTRL:debug] write_block called
[2021-03-08 08:06:52.851191][00:00:19.675318][RIGCTRL:trace] write_block(): TX 7 bytes
[2021-03-08 08:06:52.851191][00:00:19.675353][RIGCTRL:trace] 0000 56 53 31 3b 56 53 3b VS1;VS;
[2021-03-08 08:06:52.851191][00:00:19.675373][RIGCTRL:trace] read_string called, rxmax=129
[2021-03-08 08:06:52.871466][00:00:19.695753][RIGCTRL:trace] read_string(): RX 4 characters
[2021-03-08 08:06:52.871466][00:00:19.695785][RIGCTRL:trace] 0000 56 53 31 3b VS1;
[2021-03-08 08:06:52.871466][00:00:19.695799][RIGCTRL:trace] newcat_set_cmd: cmd_validate OK
[2021-03-08 08:06:52.871466][00:00:19.695813][RIGCTRL:trace] newcat_set_cmd: newcat_set_cmd_validate not implemented...continuing
[2021-03-08 08:06:52.871466][00:00:19.695827][RIGCTRL:debug] write_block called
[2021-03-08 08:06:52.877029][00:00:19.701129][RIGCTRL:trace] write_block(): TX 4 bytes
[2021-03-08 08:06:52.877029][00:00:19.701162][RIGCTRL:trace] 0000 56 53 31 3b VS1;
[2021-03-08 08:06:52.877029][00:00:19.701179][RIGCTRL:trace] cmd_str = ID;
[2021-03-08 08:06:52.877029][00:00:19.701190][RIGCTRL:debug] write_block called
[2021-03-08 08:06:52.882384][00:00:19.706512][RIGCTRL:trace] write_block(): TX 3 bytes
[2021-03-08 08:06:52.882384][00:00:19.706547][RIGCTRL:trace] 0000 49 44 3b ID;
[2021-03-08 08:06:52.882384][00:00:19.706566][RIGCTRL:trace] read_string called, rxmax=129
[2021-03-08 08:06:52.902635][00:00:19.727042][RIGCTRL:trace] read_string(): RX 7 characters
[2021-03-08 08:06:52.902635][00:00:19.727076][RIGCTRL:trace] 0000 49 44 30 34 36 32 3b ID0462;
[2021-03-08 08:06:52.902635][00:00:19.727093][RIGCTRL:trace] newcat_set_cmd: read count = 7, ret_data = ID0462;
[2021-03-08 08:06:52.902635][00:00:19.727107][RIGCTRL:debug] newcat.c(9970):newcat_set_cmd return
[2021-03-08 08:06:52.902635][00:00:19.727123][RIGCTRL:trace] newcat_set_vfo: rig->state.current_vfo = Sub
[2021-03-08 08:06:52.902635][00:00:19.727135][RIGCTRL:debug] newcat.c(1444):newcat_set_vfo return

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. WSJTX Bugs affecting WSTJ-X operations JTDX Bugs affecting JTDX operations labels Mar 8, 2021
@mdblack98 mdblack98 added the needs test Patches have been submitted but need testing to close issue label Mar 8, 2021
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. JTDX Bugs affecting JTDX operations needs test Patches have been submitted but need testing to close issue WSJTX Bugs affecting WSTJ-X operations
Projects
None yet
Development

No branches or pull requests

1 participant