IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Command Line Enumerator Example

Shows how to get information about serial devices in a system.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Command Line Enumerator Example

 
Sélectionnez
QT = core
QT += serialport

CONFIG += console
CONFIG -= app_bundle

TARGET = cenumerator
TEMPLATE = app

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/serialport/cenumerator
INSTALLS += target

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+