¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Quisk Version 4.2.19 May 2023
I will fix this in the next release. The correct solution is: dec = int(float(self.conf.rx_udp_clock) / rate + 0.5) the removal of one "/". Jim N2ADR
By jimahlstrom · #2872 ·
Re: Quisk Version 4.2.19 May 2023
Yes, I added +450 Hertz to correct my quartz oscillator. As a result, I have 122880450.
By Nick Abramenko RA3PKJ · #2871 ·
Re: Quisk Version 4.2.19 May 2023
Hello Nick, What is the value of "Clock frequency Hertz" on your radio hardware screen? Jim N2ADR
By jimahlstrom · #2870 ·
Re: Hamlib/rigctl compatibility?
Quisk needs some sort of debug to find out why it's returning frequency incorrectly.... Mike W9MDB
By Mike Black <mdblack98@...> · #2869 ·
Re: Hamlib/rigctl compatibility?
Rig? You have lost me completely. I don't find anything in the quisk config screens that would seem to relate to your question. AFAIK, quisk is the rig and it has one VFO.
By ag5gt@... · #2868 ·
Re: Very simple config screen for quisk on debian new install
Thanks yes that's it! I'll grab a newer version. My mind just kept reading it as 4.2.22 not 4.1.77.
By Jonathan Hopper · #2867 ·
Re: Very simple config screen for quisk on debian new install
You are running a version which precedes that feature (4.1.77). It was not added until 4.1.91 according to the CHANGELOG: http://james.ahlstrom.name/quisk/CHANGELOG.txt "I added a button to set the
By Chuck Ritola · #2866 ·
Very simple config screen for quisk on debian new install
Hello, I'm at a bit of a loss, I am trying to setup a copy of quisk on Debian on arm for use with WSJT-X and I cannot find the option I need on the Config->config screen. It's a very much simpler
By Jonathan Hopper · #2865 ·
Re: Quisk Version 4.2.19 May 2023
A more elegant solution In the quisk.py. In the first place: self.sample_rate = Hardware.VarDecimSet() # Get the sample rate. #
By Nick Abramenko RA3PKJ · #2864 ·
Analog noise in FreeDV modes
Hi, quisk-4.2.22, codec2-1.2.0. If I switch to the 700D, 2020, or 700E modes there is analog noise output from the speaker even if no signal is received like in the FM mode. For other FreeDV modes it
By Jaroslav ?karvada · #2863 ·
Re: Quisk Version 4.2.19 May 2023
For the information. The problem disappears if I do so (I'm not a professional): abc = int(float(self.conf.rx_udp_clock) / dec + 0.5) if (192005 - abc) < 5 and (192005 - abc) > 0: return 192000 return
By Nick Abramenko RA3PKJ · #2862 ·
Re: Quisk Version 4.2.19 May 2023
It's here return int(float(self.conf.rx_udp_clock) / dec + 0.5)
By Nick Abramenko RA3PKJ · #2861 ·
Re: Quisk Version 4.2.19 May 2023
Windows 8.1-64
By Nick Abramenko RA3PKJ · #2860 ·
Re: Quisk Version 4.2.19 May 2023
Jim, Hi With my HiQSDR in the quisk_init.json file?I have a stable error - "vardecimal_set": *192001* , when trying to make 192000 in Quisk. After a new start, I get 48000.
By Nick Abramenko RA3PKJ · #2859 ·
Re: Hamlib/rigctl compatibility?
Next question I forgot to ask -- what rig? Mike W9MDB
By Mike Black <mdblack98@...> · #2858 ·
Re: Hamlib/rigctl compatibility?
Ensure the rig shows VFOA as the active VFO.
By Mike Black <mdblack98@...> · #2857 ·
Re: Hamlib/rigctl compatibility?
Model 10 is intended to be customized to Quisk capabilities. Forgot to ask -- what rig? are you using?? ?That could make a difference. Mike W9MDB
By Mike Black <mdblack98@...> · #2856 ·
Re: Hamlib/rigctl compatibility?
The quisk version is 4.2.20
By ag5gt@... · #2855 ·
Re: Hamlib/rigctl compatibility?
Yes, "IP address for Hamlib Rig 2" is localhost and "IP port for Hamlib" is 4532, but there's "Rig 2" again. Is this really rig 2 specific or should it also work with the new rig 10?
By ag5gt@... · #2854 ·
Re: Hamlib/rigctl compatibility?
First, yes, rig 2 behaves the similarly. However, being unaware of split support, and having never used it, I had never looked at "I" or "i" commands with respect to rigctl. Here's a sequence where
By ag5gt@... · #2853 ·