On Tue, March 28, 2017 00:54, Henry Skoglund wrote:
> Hi, I faced a simular situation last summer, and I used this:
> http://com0com.sourceforge.net/
>
> Rgrds Henry
> P.S. I think it only works on Windows, though.

Correct.

On Linux/Unix/MacOS you can use a simple pseudo TTY: write a small program
that allocates one or two new PTYs and handles the backend side of it -
your Qt app only needs to open the frontend TTY and can handle it like a
serial port.

There are also some tools that support this:

Kernel module equiv. of com0com:
https://sourceforge.net/projects/tty0tty/

Using on-board user space tools:
https://justcheckingonall.wordpress.com/2009/06/09/howto-vsp-socat/



    Konrad

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to