QSerialPortInfo Class

Provides information about existing serial ports. More...

Header: #include <QSerialPortInfo>
qmake: QT += serialport
Since: Qt 5.1

This class was introduced in Qt 5.1.

Detailed Description

Use the static functions to generate a list of QSerialPortInfo objects. Each QSerialPortInfo object in the list represents a single serial port and can be queried for the port name, system location, description, and manufacturer. The QSerialPortInfo class can also be used as an input parameter for the setPort() method of the QSerialPort class.

See also QSerialPort.