Re: serial port woes

2021-01-16 Thread Tom Horsley
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

Re: serial port woes

2021-01-16 Thread Ed Greshko
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

serial port woes

2021-01-15 Thread Dr. Michael J. Chudobiak
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