Re: Rig Control

2022-05-26 Thread Nick Craig-Wood
I spent a long time mucking about with usb serial ports for work - we used to configure 32 on one machine and we had 100s of machines! The /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge+_Controller_IC-7300_02038316-if00-port0 approach works well but it is vulnerable to a new

Re: Rig Control

2022-05-25 Thread a...@alandove.com
Hey, folks: Please explain why people don't just set it in the TLF config file like: RIGPORT=/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge+_Controller_IC-7300_02038316-if00-port0 That's what I've been doing with my IC-7200 (which has a slightly different id), and it's been

Re: Rig Control

2022-05-25 Thread Ed
On Wed, 25 May 2022 17:15:09 -0400 Gary Grebus wrote: > On 5/25/22 14:07, 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

Re: Rig Control

2022-05-25 Thread Gary Grebus
On 5/25/22 14:07, 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

Re: Rig Control

2022-05-25 Thread Ervin Hegedüs
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 ? > > /de

Rig Control

2022-05-25 Thread Ed
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 Ed W3NR

Re: [Tlf-devel] Rig Control

2017-02-23 Thread Thomas Beierlein
Am Wed, 22 Feb 2017 06:56:28 +0100 schrieb Thomas Beierlein : > Hi Ed, > > Am Tue, 21 Feb 2017 16:48:42 -0500 > schrieb Ed : > > > On Tue, 21 Feb 2017 21:27:24 +0100 > > Ervin Hegedüs wrote: > > > > > Hi Ed, > > > > > > On Tue, Feb

Re: [Tlf-devel] Rig Control

2017-02-21 Thread Ed
On Tue, 21 Feb 2017 21:27:24 +0100 Ervin Hegedüs wrote: > Hi Ed, > > On Tue, Feb 21, 2017 at 03:02:07PM -0500, Ed wrote: > > I'm using an Icom 7200 with a USB cable from the rig to the pc. This > > is what I'm using to define the port:: > > > >

Re: [Tlf-devel] Rig Control

2017-02-21 Thread Ervin Hegedüs
Hi Ed, On Tue, Feb 21, 2017 at 03:02:07PM -0500, Ed wrote: > I'm using an Icom 7200 with a USB cable from the rig to the pc. This > is what I'm using to define the port:: > > /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge > > of course that does not work and that is the only

[Tlf-devel] Rig Control

2017-02-21 Thread Ed
I'm using an Icom 7200 with a USB cable from the rig to the pc. This is what I'm using to define the port:: /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge of course that does not work and that is the only choice I know of. Work around ? Thanks Ed W3NR