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

Icom protocol error #607

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

Icom protocol error #607

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

Comments

@mdblack98
Copy link
Contributor

mdblack98 commented Mar 13, 2021

[2021-03-13 10:44:36.455781][00:00:40.056733][RIGCTRL:trace] rig_set_vfo: return 0, vfo=Main
[2021-03-13 10:44:36.455781][00:00:40.056744][RIGCTRL:debug] rig.c(2419):rig_set_vfo return(0)
[2021-03-13 10:44:36.455781][00:00:40.056755][RIGCTRL:debug] icom.c(4825):icom_set_split_freq_mode return(0)
[2021-03-13 10:44:36.455781][00:00:40.056766][RIGCTRL:debug] rig.c(3495):rig_get_split_freq entered
[2021-03-13 10:44:36.455781][00:00:40.056776][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-03-13 10:44:36.455781][00:00:40.056785][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-03-13 10:44:36.455781][00:00:40.056795][RIGCTRL:debug] icom_get_split_freq called currVFO
[2021-03-13 10:44:36.455781][00:00:40.056806][RIGCTRL:debug] icom_get_split_freq: curr_vfo=Main
[2021-03-13 10:44:36.455781][00:00:40.056816][RIGCTRL:debug] icom_get_split_freq curr_vfo=Main
[2021-03-13 10:44:36.455781][00:00:40.056826][RIGCTRL:debug] icom_get_split_freq: satmode=0
[2021-03-13 10:44:36.455781][00:00:40.056836][RIGCTRL:debug] frame.c(318):icom_transaction entered
[2021-03-13 10:44:36.455781][00:00:40.056848][RIGCTRL:debug] icom_transaction: cmd=0x25, subcmd=0x01, payload_len=0
[2021-03-13 10:44:36.455781][00:00:40.056858][RIGCTRL:debug] frame.c(119):icom_one_transaction entered
[2021-03-13 10:44:36.455781][00:00:40.056869][RIGCTRL:debug] frame.c(56):make_cmd_frame entered
[2021-03-13 10:44:36.456531][00:00:40.056885][RIGCTRL:debug] frame.c(90):make_cmd_frame return(7)
[2021-03-13 10:44:36.456531][00:00:40.056901][RIGCTRL:trace] rig_flush: called for serial device
[2021-03-13 10:44:36.456531][00:00:40.056915][RIGCTRL:debug] serial.c(629):serial_flush entered
[2021-03-13 10:44:36.456531][00:00:40.056929][RIGCTRL:debug] tcflush
[2021-03-13 10:44:36.456531][00:00:40.056962][RIGCTRL:debug] serial.c(661):serial_flush return(0)
[2021-03-13 10:44:36.456531][00:00:40.056972][RIGCTRL:debug] write_block called
[2021-03-13 10:44:36.456531][00:00:40.057066][RIGCTRL:trace] write_block(): TX 7 bytes
[2021-03-13 10:44:36.456531][00:00:40.057085][RIGCTRL:trace] 0000 fe fe 50 e0 25 01 fd ..P.%..
[2021-03-13 10:44:36.456531][00:00:40.057099][RIGCTRL:debug] frame.c(368):read_icom_frame entered
[2021-03-13 10:44:36.456531][00:00:40.057112][RIGCTRL:trace] read_string called, rxmax=80
[2021-03-13 10:44:36.467036][00:00:40.067754][RIGCTRL:trace] read_string(): RX 7 characters
[2021-03-13 10:44:36.467036][00:00:40.067790][RIGCTRL:trace] 0000 fe fe 50 e0 25 01 fd ..P.%..
[2021-03-13 10:44:36.467036][00:00:40.067814][RIGCTRL:debug] frame.c(402):read_icom_frame return(7)
[2021-03-13 10:44:36.467036][00:00:40.067834][RIGCTRL:debug] frame.c(368):read_icom_frame entered
[2021-03-13 10:44:36.467036][00:00:40.067852][RIGCTRL:trace] read_string called, rxmax=80
[2021-03-13 10:44:36.488051][00:00:40.088651][RIGCTRL:trace] read_string(): RX 6 characters
[2021-03-13 10:44:36.488051][00:00:40.088683][RIGCTRL:trace] 0000 fe fe e0 50 fa fd ...P..
[2021-03-13 10:44:36.488051][00:00:40.088699][RIGCTRL:debug] frame.c(402):read_icom_frame return(6)
[2021-03-13 10:44:36.488051][00:00:40.088713][RIGCTRL:trace] icom_one_transaction: frm_len=6, frm_len-1=fd, frm_len-2=fa
[2021-03-13 10:44:36.488051][00:00:40.088725][RIGCTRL:debug] frame.c(296):icom_one_transaction return(0)
[2021-03-13 10:44:36.488051][00:00:40.088736][RIGCTRL:debug] frame.c(348):icom_transaction return(0)
[2021-03-13 10:44:36.488051][00:00:40.088750][RIGCTRL:debug] from_bcd called
[2021-03-13 10:44:36.488051][00:00:40.088762][RIGCTRL:debug] icom.c(4325):icom_get_split_freq return(0)
[2021-03-13 10:44:36.488051][00:00:40.088774][RIGCTRL:debug] rig.c(3511):rig_get_split_freq return(0)
[2021-03-13 10:44:36.488051][00:00:40.088796][RIGCTRL:error] rig_set_split_freq_mode: txfreq!=tfreq 28074000!=2000, retry=0, rc1=0, rc2=0
[2021-03-13 10:44:36.539084][00:00:40.139530][RIGCTRL:debug] rig.c(3887):rig_set_split_freq_mode return(-8)
[2021-03-13 10:44:36.539084][00:00:40.139556][RIGCTRL:error] error: Protocol error
rig.c(3511):rig_get_split_freq return(0)
rig_set_split_freq_mode: txfreq!=tfreq 28074000!=2000, retry=0, rc1=0, rc2=0
rig.c(3887):rig_set_split_freq_mode return(-8)

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

No branches or pull requests

1 participant