D-Rats icon indicating copy to clipboard operation
D-Rats copied to clipboard

Need better way of listing Serial ports on Linux.

Open wb8tyw opened this issue 6 months ago • 1 comments

The existing way of identifying Linux serial device is not finding all serial devices as it is relying on a hard coded list of device prefixes.

On newer Linux systems we should read the symlinks in /dev/serial/by-path if that directory exists.

Need to see if the /dev/serial exist in MAC OS or in linux emulation on Microsoft Windows.

wb8tyw avatar Jul 06 '25 00:07 wb8tyw

This is needed as some radios may now be using bluetooth serial ports.

https://gist.github.com/0/c73e2557d875446b9603

wb8tyw avatar Jul 06 '25 14:07 wb8tyw