¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Locked Re: Help please. Quisk modifications for our rig (Multus SDR, LLC - Proficio Mark II)


 

Hello Jim,
Attached is the corrected hardware file.? Quisk will run for a bit and crash with a segmentation fault:? Here is a snippet of the log output:
?
I/Q Tx Sample Output: ?Buffer average ?2.50
Stream cork/uncork Radio Sound Output success
Stream started Radio Sound Output
Change from state Starting to Receive
TransferIn got 0
TransferIn got 0
Segmentation fault;
?
Here are snippets of the hardware file:
?
DEBUG = 1?
ptt_previous = 1?
ptt_count = 200?
ptt_on = 0
?
def TransferIn(self, address, length):
? ? if self.usb_dev:
? ? ? recv = self.usb_dev.ctrl_transfer(IN, address, self.si570_i2c_address + 0x700, 0, length)
? ? ? return recv
?
def PollCwKey(self): ?# Called frequently by Quisk to check the CW key status
? ? global ptt_count
? ? global ptt_on
? ? # now = datetime.now()?
? ? ptt_count -= 1
? ? if ptt_count == 0:
? ? ? # print(now)?
? ? ? reply = self.TransferIn(0xA5, 1)
? ? ? ptt_count = 200?
? ? ? print ("TransferIn got", reply[0])
? ? return ? ?# Quisk is always in Rx
?
Regards,
Ron

Join [email protected] to automatically receive all group messages.