I've followed this in order to create a pair of serial ports. It works fine.
Now I'm developing a Qt app (using QtSerialPort) to send data through the serial port and what I really want is such a virtual serial port link. But it appears that QSerialPortInfo::availablePorts()
cannot find the /dev/pts/... ports.
Which approach should I try in order to make such a serial port link on linux?