-
Notifications
You must be signed in to change notification settings - Fork 37
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
Hiqsdr TX error #56
Comments
Press MOX in QtRadio. |
Did you set up tx=yes in dspserver.conf. ?
…On Fri, May 29, 2020, 2:51 PM Nikolay Banshchikov ***@***.***> wrote:
Press MOX in QtRadio.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEKP5MLNOGZSQYQTK5TDUTRT5LQZANCNFSM4NNHQEVA>
.
|
Yes. call = "UA9YK"; Following are new TX optionstx = "yes"; #Can be: no, yes, password #ve9gj = "secretpassword"; #add users/passwords one per line (Remove leading # ! max 20 characters each groupnames = ["txrules1"]; #add group or rulesset names in ["name1", "name2"]; format (max 20 characters each Add user names in ["call1", "call2"]; format to list members for each groupname above with an suffix of "_members"txrules1_members = ["ua9yk", "call2"]; Rule sets are defined as group or rulesset name =( ("mode", StartFreq in Mhz, End Freq in Mhz),("mode", StartFreq in Mhz, End Freq in Mhz) );Valid modes are * SSB, CW, AM, DIG, FM, DRM ,SAM, SPEC Where * means any mode is OKThe two rules below allow any mode on 20M and CW only on the bottom 100Khz of 80MYou can make as many rules and rulesets as you wish. The first matching rule will allow TXtxrules1 = ( |
The operation of TX (MOX) in QtRadio with switching on the transfer HiqSDR is the main function of the project and if this is not the case, then the meaning of the ghpsdr3-alex project itself is lost |
I have hiqsdr tranceiver board. Receiver is OK. But if run to TX (press to MOX button), DSP server show errors.
hiqsdr: parse_command: 'mox 1' user_data_callback: #samples: 240 LSB first: i: C60200 q: 8DFDFF i: 0x00041F00 q: 0x00007400 i: 0.000160 q: -0.000067 user_data_callback: #samples: 240 LSB first: i: 950100 q: 40FDFF i: 0x0005AC00 q: 0xFFFFA100 i: 0.000083 q: -0.000025 user_data_callback: #samples: 240 LSB first: i: 4EFDFF q: B4FEFF i: 0x0000A800 q: 0xFFFF5700 dspserver: invalid response to set mox: Error:
How solve this?
Nick
The text was updated successfully, but these errors were encountered: