QT串口通讯

时间:2018-12-05 07:31:43
【文件属性】:
文件名称:QT串口通讯
文件大小:250KB
文件格式:RAR
更新时间:2018-12-05 07:31:43
QT串口 串口通讯程序 PROJECT = qextserialport TEMPLATE = lib CONFIG += debug_and_release CONFIG += qt CONFIG += warn_on CONFIG += thread CONFIG += dll #CONFIG += staticlib QT -= gui OBJECTS_DIR = build/obj MOC_DIR = build/moc DEPENDDIR = . INCLUDEDIR = . HEADERS = qextserialbase.h \ qextserialport.h \ qextserialenumerator.h SOURCES = qextserialbase.cpp \ qextserialport.cpp \ qextserialenumerator.cpp unix:HEADERS += posix_qextserialport.h unix:SOURCES += posix_qextserialport.cpp unix:DEFINES += _TTY_POSIX_ win32:HEADERS += win_qextserialport.h win32:SOURCES += win_qextserialport.cpp win32:DEFINES += _TTY_WIN_ win32:LIBS += -lsetupapi DESTDIR = build #DESTDIR = examples/enumerator/debug #DESTDIR = examples/qespta/debug #DESTDIR = examples/event/debug CONFIG(debug, debug|release) { TARGET = qextserialportd } else { TARGET = qextserialport } unix:VERSION = 1.2.0
【文件预览】:
QT 串口
----qextserialport-1.2win-alpha()
--------qextserialport.h(867B)
--------qextserialenumerator.h(2KB)
--------win_qextserialport.cpp(34KB)
--------win_qextserialport.h(4KB)
--------CHANGES(12KB)
--------Doxyfile(9KB)
--------html()
--------qextserialbase.h(7KB)
--------qextserialport.cpp(3KB)
--------doc()
--------examples()
--------posix_qextserialport.h(2KB)
--------qextserialport.pro(1KB)
--------qextserialbase.cpp(6KB)
--------posix_qextserialport.cpp(37KB)
--------qextserialenumerator.cpp(5KB)
----LINUX()
--------qextserialbase.h(7KB)
--------posix_qextserialport.h(2KB)
--------qextserialbase.cpp(6KB)
--------posix_qextserialport.cpp(37KB)

网友评论