General observation: Building from source doesn't mean you
built it the same way. There are often a gazillion ifdefs
in source code. Might want to download the fedora source rpm
and see what flags the spec file uses to build.
___
users mailing list -- use
On 16/01/2021 04:14, Dr. Michael J. Chudobiak wrote:
If I install the moserial rpm from the repos, I can communicate with a serial
device on /dev/ttyS0 just fine.
However, if I remove the rpm, and compile it from source, the program launches
and connects to /dev/ttyS0 (as reported by lsof), b
Hi all,
If I install the moserial rpm from the repos, I can communicate
with a serial device on /dev/ttyS0 just fine.
However, if I remove the rpm, and compile it from source, the
program launches and connects to /dev/ttyS0 (as reported by lsof),
but data transm