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.

Screenshot of the Command Line Writer Async

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: