基本信息
源码名称:串口示波器
源码大小:0.37M
文件格式:.zip
开发语言:C/C++
更新时间:2022-09-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
串口示波器

.
├── serialplot-0.12.0
│   ├── CMakeLists.txt
│   ├── COPYING
│   ├── Dockerfile
│   ├── Dockerfile_mxe
│   ├── README.md
│   ├── cmake
│   │   ├── cmake_uninstall.cmake.in
│   │   └── modules
│   │       ├── BuildLinuxAppImage.cmake
│   │       ├── BuildQwt.cmake
│   │       ├── FindLedWidget.cmake
│   │       ├── FindQwt.cmake
│   │       └── GetVersion.cmake
│   ├── misc
│   │   ├── bluetooth_icon.png
│   │   ├── icons.qrc
│   │   ├── program_name.desktop.in
│   │   ├── program_name.png
│   │   ├── pseudo_device.py
│   │   ├── pseudo_device_2.py
│   │   ├── rs232_icon.png
│   │   ├── serialplot.bmp
│   │   ├── serialplot.ico
│   │   ├── serialplot.svg
│   │   ├── tango
│   │   │   ├── camera.png
│   │   │   ├── edit-clear.png
│   │   │   ├── index.theme
│   │   │   ├── license_notice
│   │   │   ├── list-add.png
│   │   │   ├── list-remove.png
│   │   │   ├── media-playback-pause.png
│   │   │   └── media-record.png
│   │   ├── usb_icon.png
│   │   ├── windows_icon.rc
│   │   └── winicons.qrc
│   ├── qmake
│   │   └── version.h
│   ├── serialplot.pro
│   ├── src
│   │   ├── about_dialog.ui
│   │   ├── abstractreader.cpp
│   │   ├── abstractreader.h
│   │   ├── asciireader.cpp
│   │   ├── asciireader.h
│   │   ├── asciireadersettings.cpp
│   │   ├── asciireadersettings.h
│   │   ├── asciireadersettings.ui
│   │   ├── barchart.cpp
│   │   ├── barchart.h
│   │   ├── barplot.cpp
│   │   ├── barplot.h
│   │   ├── barscaledraw.cpp
│   │   ├── barscaledraw.h
│   │   ├── binarystreamreader.cpp
│   │   ├── binarystreamreader.h
│   │   ├── binarystreamreadersettings.cpp
│   │   ├── binarystreamreadersettings.h
│   │   ├── binarystreamreadersettings.ui
│   │   ├── bpslabel.cpp
│   │   ├── bpslabel.h
│   │   ├── byteswap.h
│   │   ├── channelinfomodel.cpp
│   │   ├── channelinfomodel.h
│   │   ├── commandedit.cpp
│   │   ├── commandedit.h
│   │   ├── commandpanel.cpp
│   │   ├── commandpanel.h
│   │   ├── commandpanel.ui
│   │   ├── commandwidget.cpp
│   │   ├── commandwidget.h
│   │   ├── commandwidget.ui
│   │   ├── dataformatpanel.cpp
│   │   ├── dataformatpanel.h
│   │   ├── dataformatpanel.ui
│   │   ├── datarecorder.cpp
│   │   ├── datarecorder.h
│   │   ├── datatextview.cpp
│   │   ├── datatextview.h
│   │   ├── datatextview.ui
│   │   ├── defines.h
│   │   ├── demoreader.cpp
│   │   ├── demoreader.h
│   │   ├── demoreadersettings.cpp
│   │   ├── demoreadersettings.h
│   │   ├── demoreadersettings.ui
│   │   ├── endiannessbox.cpp
│   │   ├── endiannessbox.h
│   │   ├── endiannessbox.ui
│   │   ├── framebuffer.h
│   │   ├── framebufferseries.cpp
│   │   ├── framebufferseries.h
│   │   ├── framedreader.cpp
│   │   ├── framedreader.h
│   │   ├── framedreadersettings.cpp
│   │   ├── framedreadersettings.h
│   │   ├── framedreadersettings.ui
│   │   ├── hidabletabwidget.cpp
│   │   ├── hidabletabwidget.h
│   │   ├── indexbuffer.cpp
│   │   ├── indexbuffer.h
│   │   ├── ledwidget.cpp
│   │   ├── ledwidget.h
│   │   ├── linindexbuffer.cpp
│   │   ├── linindexbuffer.h
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── mainwindow.ui
│   │   ├── numberformat.cpp
│   │   ├── numberformat.h
│   │   ├── numberformatbox.cpp
│   │   ├── numberformatbox.h
│   │   ├── numberformatbox.ui
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── plotcontrolpanel.cpp
│   │   ├── plotcontrolpanel.h
│   │   ├── plotcontrolpanel.ui
│   │   ├── plotmanager.cpp
│   │   ├── plotmanager.h
│   │   ├── plotmenu.cpp
│   │   ├── plotmenu.h
│   │   ├── plotsnapshotoverlay.cpp
│   │   ├── plotsnapshotoverlay.h
│   │   ├── portcontrol.cpp
│   │   ├── portcontrol.h
│   │   ├── portcontrol.ui
│   │   ├── portlist.cpp
│   │   ├── portlist.h
│   │   ├── readonlybuffer.cpp
│   │   ├── readonlybuffer.h
│   │   ├── recordpanel.cpp
│   │   ├── recordpanel.h
│   │   ├── recordpanel.ui
│   │   ├── ringbuffer.cpp
│   │   ├── ringbuffer.h
│   │   ├── samplecounter.cpp
│   │   ├── samplecounter.h
│   │   ├── samplepack.cpp
│   │   ├── samplepack.h
│   │   ├── scalepicker.cpp
│   │   ├── scalepicker.h
│   │   ├── scalezoomer.cpp
│   │   ├── scalezoomer.h
│   │   ├── scrollbar.cpp
│   │   ├── scrollbar.h
│   │   ├── scrollzoomer.cpp
│   │   ├── scrollzoomer.h
│   │   ├── setting_defines.h
│   │   ├── sink.cpp
│   │   ├── sink.h
│   │   ├── snapshot.cpp
│   │   ├── snapshot.h
│   │   ├── snapshotmanager.cpp
│   │   ├── snapshotmanager.h
│   │   ├── snapshotview.cpp
│   │   ├── snapshotview.h
│   │   ├── snapshotview.ui
│   │   ├── sneakylineedit.cpp
│   │   ├── sneakylineedit.h
│   │   ├── source.cpp
│   │   ├── source.h
│   │   ├── stream.cpp
│   │   ├── stream.h
│   │   ├── streamchannel.cpp
│   │   ├── streamchannel.h
│   │   ├── tooltipfilter.cpp
│   │   ├── tooltipfilter.h
│   │   ├── updatecheckdialog.cpp
│   │   ├── updatecheckdialog.h
│   │   ├── updatecheckdialog.ui
│   │   ├── updatechecker.cpp
│   │   ├── updatechecker.h
│   │   ├── utils.h
│   │   ├── version.h
│   │   ├── version.h.in
│   │   ├── versionnumber.cpp
│   │   ├── versionnumber.h
│   │   ├── zoomer.cpp
│   │   └── zoomer.h
│   └── tests
│       ├── CMakeLists.txt
│       ├── catch.hpp
│       ├── test.cpp
│       ├── test_helpers.h
│       ├── test_readers.cpp
│       ├── test_recorder.cpp
│       └── test_stream.cpp
└── 串口示波器_serialplot-0.12.0.zip

8 directories, 183 files