├── README.md ├── about-GUI.png ├── curve-GUI.jpg ├── release ├── QtCore4.dll ├── QtGui4.dll ├── QtOpenGL4.dll ├── QtSvg4.dll ├── cfg │ ├── curveCfg.ini │ └── seriaCfg.ini ├── curve-qwt-com-thread.exe ├── libgcc_s_dw2-1.dll ├── libstdc++-6.dll ├── libwinpthread-1.dll ├── log │ └── 2016-11-23-log.txt └── qwt.dll ├── serial-GUI.jpg ├── source-code ├── aboutdialog.cpp ├── aboutdialog.h ├── aboutdialog.ui ├── app.ico ├── app.rc ├── com-thread-2016-11-18.pro ├── com-thread-2016-11-18.pro.user ├── g_datapro.cpp ├── g_datapro.h ├── g_debug.cpp ├── g_debug.h ├── g_define.h ├── icon_resource.qrc ├── images.qrc ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── myqwtplot │ ├── myqwtplot.cpp │ └── myqwtplot.h ├── myserial │ ├── workerserial.cpp │ └── workerserial.h ├── pidform.cpp ├── pidform.h ├── pidform.ui ├── qextserial │ ├── LICENSE │ ├── qextserialport.cpp │ ├── qextserialport.h │ ├── qextserialport_global.h │ ├── qextserialport_p.h │ ├── qextserialport_unix.cpp │ └── qextserialport_win.cpp └── res_picture │ ├── logo129-66.png │ ├── logo42-22.png │ └── psb.jpg └── 下位机发送格式Demo.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/README.md -------------------------------------------------------------------------------- /about-GUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/about-GUI.png -------------------------------------------------------------------------------- /curve-GUI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/curve-GUI.jpg -------------------------------------------------------------------------------- /release/QtCore4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/QtCore4.dll -------------------------------------------------------------------------------- /release/QtGui4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/QtGui4.dll -------------------------------------------------------------------------------- /release/QtOpenGL4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/QtOpenGL4.dll -------------------------------------------------------------------------------- /release/QtSvg4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/QtSvg4.dll -------------------------------------------------------------------------------- /release/cfg/curveCfg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/cfg/curveCfg.ini -------------------------------------------------------------------------------- /release/cfg/seriaCfg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/cfg/seriaCfg.ini -------------------------------------------------------------------------------- /release/curve-qwt-com-thread.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/curve-qwt-com-thread.exe -------------------------------------------------------------------------------- /release/libgcc_s_dw2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/libgcc_s_dw2-1.dll -------------------------------------------------------------------------------- /release/libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/libstdc++-6.dll -------------------------------------------------------------------------------- /release/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/libwinpthread-1.dll -------------------------------------------------------------------------------- /release/log/2016-11-23-log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/log/2016-11-23-log.txt -------------------------------------------------------------------------------- /release/qwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/release/qwt.dll -------------------------------------------------------------------------------- /serial-GUI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/serial-GUI.jpg -------------------------------------------------------------------------------- /source-code/aboutdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/aboutdialog.cpp -------------------------------------------------------------------------------- /source-code/aboutdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/aboutdialog.h -------------------------------------------------------------------------------- /source-code/aboutdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/aboutdialog.ui -------------------------------------------------------------------------------- /source-code/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/app.ico -------------------------------------------------------------------------------- /source-code/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/app.rc -------------------------------------------------------------------------------- /source-code/com-thread-2016-11-18.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/com-thread-2016-11-18.pro -------------------------------------------------------------------------------- /source-code/com-thread-2016-11-18.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/com-thread-2016-11-18.pro.user -------------------------------------------------------------------------------- /source-code/g_datapro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/g_datapro.cpp -------------------------------------------------------------------------------- /source-code/g_datapro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/g_datapro.h -------------------------------------------------------------------------------- /source-code/g_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/g_debug.cpp -------------------------------------------------------------------------------- /source-code/g_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/g_debug.h -------------------------------------------------------------------------------- /source-code/g_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/g_define.h -------------------------------------------------------------------------------- /source-code/icon_resource.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/icon_resource.qrc -------------------------------------------------------------------------------- /source-code/images.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/images.qrc -------------------------------------------------------------------------------- /source-code/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/main.cpp -------------------------------------------------------------------------------- /source-code/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/mainwindow.cpp -------------------------------------------------------------------------------- /source-code/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/mainwindow.h -------------------------------------------------------------------------------- /source-code/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/mainwindow.ui -------------------------------------------------------------------------------- /source-code/myqwtplot/myqwtplot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/myqwtplot/myqwtplot.cpp -------------------------------------------------------------------------------- /source-code/myqwtplot/myqwtplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/myqwtplot/myqwtplot.h -------------------------------------------------------------------------------- /source-code/myserial/workerserial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/myserial/workerserial.cpp -------------------------------------------------------------------------------- /source-code/myserial/workerserial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/myserial/workerserial.h -------------------------------------------------------------------------------- /source-code/pidform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/pidform.cpp -------------------------------------------------------------------------------- /source-code/pidform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/pidform.h -------------------------------------------------------------------------------- /source-code/pidform.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/pidform.ui -------------------------------------------------------------------------------- /source-code/qextserial/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/LICENSE -------------------------------------------------------------------------------- /source-code/qextserial/qextserialport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/qextserialport.cpp -------------------------------------------------------------------------------- /source-code/qextserial/qextserialport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/qextserialport.h -------------------------------------------------------------------------------- /source-code/qextserial/qextserialport_global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/qextserialport_global.h -------------------------------------------------------------------------------- /source-code/qextserial/qextserialport_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/qextserialport_p.h -------------------------------------------------------------------------------- /source-code/qextserial/qextserialport_unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/qextserialport_unix.cpp -------------------------------------------------------------------------------- /source-code/qextserial/qextserialport_win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/qextserial/qextserialport_win.cpp -------------------------------------------------------------------------------- /source-code/res_picture/logo129-66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/res_picture/logo129-66.png -------------------------------------------------------------------------------- /source-code/res_picture/logo42-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/res_picture/logo42-22.png -------------------------------------------------------------------------------- /source-code/res_picture/psb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/source-code/res_picture/psb.jpg -------------------------------------------------------------------------------- /下位机发送格式Demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aslm/curve-qwt-com-thread/HEAD/下位机发送格式Demo.c --------------------------------------------------------------------------------