serialport

Exchange problems in QSerialPort with hardware flow control

Now I'm writing a data exchange program in QT Creator 5.12 through, let's say, a specific data network. The "modems" of this ... y message) { if (serial->isWritable() == false) { return 0; } return serial->write(message); }