Skip to content

request for clarification attaching an IQ based SDR with rigctl ?  #149

Open
@mathisono

Description

Im lost the server will not pass this line:

config.devices.add(u'audio',name='RSHFiq', AudioDevice(rx_device='Built-in Input',sample_rate=48000,channel_mapping='IQ'))

or

config.devices.add(u'audio',name='RSHFiq', AudioDevice(rx_device='plughw:0,0',sample_rate=48000,channel_mapping='IQ'))

or

addCallback(lambda rig: config.devices.add('RSHFiq',rig, shinysdr.devices.AudioDevice('Built-in Input', sample_rate=48000, channel_mapping=IQ')))

I know that this works:

d = hamlib.connect_to_rig(config.reactor, options=['-m', '2519', '-r', '/dev/ttyUSB0', '-s', '38400'])

what's the proper call to attach a iq radio?

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions