Command Line Writer Async Example
The Command Line Writer Async example shows how to use the QSerialPort class for sending data asynchronously over the selected serial port with the desired settings.
example
This command line writer async example sends data asynchronously over the selected serial port in a console, provided by the QSerialPort class.
For sending data asynchronously over the selected serial port, use the write() method and bytesWritten() signal.
Files: