I'm using ls -al /dev/ to see what's recognized.
Lots of tty entries but no ttyUSB0 or similar.
I'm communicating with Argent Data to see what I need to do ...
Thanks
On 4/18/24 13:26, Andrew P. wrote:
toggle quoted message
Show quoted text
You still need to tell YAAC what
type of equipment you are connecting (a TNC, a GPS receiver,
etc.) first, i.e., the YAAC Port Type. Then YAAC will give you a
list of physical connection ports available (such as
/dev/ttyUSB0) that support that type of device. There are about
a dozen different types of devices and network connections you
can make in YAAC, and none of them self-identify what they are
to YAAC, so you need to tell YAAC what it is.
Andrew, KA2DDO
author of YAAC
I'm used to seeing /dev/ttyUSB0, etc. in drop-down menus for
port selection.
If I add YAAC as a member of the group owning the 'serial
port device' /dev/ttyUSB0 - or whatever it turns out to be,
will /dev/ttyUSB0 be automatically added to the drop-down
ports menu?
Thanks.
On 4/18/24 09:55, Andrew P. wrote:
That's
because USB isn't a type of TNC or remote sensor. You could
have your Argent Data Tracker connected through a
motherboard COM port (non-USB) if your computer was old
enough to have one; the TNC would behave the same regardless
of the cable type.
What the YAAC
port types
specify is
what is on the
other end of
the
communications
cable, such as
a Serial_TNC
for a Terminal
Network
Controller
connected
through a
serial port.
Similarly,
Serial_GPS
specifies a
GPS receiver
connected
through a
serial port.
Note that the
Linux user
account
running YAAC
will have to
be a member of
the group
owning the
serial port
device (such
as
/dev/ttyUSB0),
or YAAC will
not have
permissions to
open the port.
Typically,
this will be
the "dialout"
group. Type
the "groups"
command at a
shell prompt
to see in
which groups
your account
is a member.
You can use
the "sudo
usermod"
command to
modify your
account's
supplemental
group
membership if
needed.
Hope this
helps.
Andrew, KA2DDO
author of YAAC