Home · All Classes · All Functions ·
  • QextSerialPort Manual
  • QextSerialPort Manual

    Description

    QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. It currently supports Mac OS X, Windows, Linux, FreeBSD.

    From QextSerialPort 1.2-beta on, license of the project has been changed to MIT.

    Classes

    Usage

    The package contains a qextserialport.pri file that allows you to integrate the component into programs that use qmake for the build step.

    All you need is adding following line to your qmake project file:

        include(pathToPri/qextserialport.pri)

    Using QexSerialPort library

    Although QextSerialPort can be directly compiled into your application, You may prefer to use QextSerailPort as an library, which is very easy too.

    1. Write a config.pri file.(read config_example.pri for reference):

    2. Changed to subdirectory 'buildlib', run

        qmake
        make

    shared or static library will be generated.

    3. Add following line to your qmake project file:

        include(pathToPri/qextserialport.pri)

    Build documents

    Run qdoc3 from the doc directory.

          qdoc3 qextserialport.qdocconf

    Note: qdoc3 has been renamed to qdoc under Qt5.

    Examples

    Resources

    Nokia(Trolltech)

    MSDN

    TLDP

    Other


    Copyright © 2000-2012 QextSerialPort Project
    QextSerialPort Manual