Qt Serial Port C++ Classes

List of C++ classes that enable access to a serial port. 更多...

QSerialPort

Provides functions to access serial ports

QSerialPortInfo

Provides information about existing serial ports

详细描述

To use these classes in your application, use the following include statement:


  #include <QtSerialPort/QtSerialPort>

To link against the module, add this line to your qmake .pro file:


  QT += serialport