tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rig Control


From: Ervin Hegedüs
Subject: Re: Rig Control
Date: Wed, 25 May 2022 22:12:35 +0200

Hi Ed,

On Wed, May 25, 2022 at 02:07:28PM -0400, Ed wrote:
> I use a ic-7300 and have it set to use USB0, but I get no rig control.
> 
> Not sure how to correct this, the 7300 uses a symlink to USB0, so how
> do I get this to work ?
> 
> /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge
> +_Controller_IC-7300_02038316-if00-port0

this is how I use my USB-serial converter.

I have an udev rule:

$ cat /etc/udev/rules.d/21-persistent-local.rules 
ATTRS{manufacturer}=="Prolific Technology Inc.", ATTRS{idVendor}=="0557", 
ATTRS{idProduct}=="2008", SYMLINK+="rig0"


so when I attached the converter (or boot my system), udev
creates a device with name /dev/rig0.

After that, I can use it in config:

RADIO_CONTROL
RIGMODEL=2009
RIGSPEED=4800
RIGPORT=/dev/rig0

You have to create your own udev rule for your device.


73, Ervin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]