MSO SDK
SDK支持微目的混合信号示波器产品。该SDK提供丰富的API;支持示波器、DDS信号源、逻辑信号和IO的控制;
提供VC、Labview、Python、C#和Qt的demo。具体的使用工具和测试环境如下:
1,demo-VC
a Demo written with VC
Test platform: windows
Test tool: vs2022
2,demo-Labview
a Demo written with Labview,only test in windows
Test platform: windows
Test tool: Labview2021 SP1
3,dome-Python
a Demo written with Python,only test in windows
Test platform: windows
Test tool: Python 2.9(64bit)
4,DllTest
a command line Demo written with c++, test in windows and ubuntu linux
Test platform: windows; linux(ubuntu x64); linux(Raspberry Pi 32bit); linux(Raspberry Pi 64bit)
Test tool: VSCode+vs2022; VSCode+g++; VSCode+arm-linux-gnueabi-g++; VSCode+arm-linux-gnueabihf-g++; VSCode+aarch64-linux
5,DllTestQt
a Demo written with Qt, test in windows and ubuntu linux
Test platform: windows; linux(ubuntu x64); linux(Raspberry Pi 32bit); linux(Raspberry Pi 64bit)
Test tool: Qt6+vs2022; Qt6+g++; Qt5+arm-linux-gnueabi-g++; Qt5+arm-linux-gnueabihf-g++; Qt5+aarch64-linux
Note:To start Qt, please use sudo. This ensures that libusb can correctly detect the device
6,NETTest
a Demo written with C#, test in windows
Test platform: windows
Test tool: vs2022
更新日志 V1.9(20240829)
1、Add mso21 V3 and mso10 v2 support
SDK使用说明书: MSO C SDK API使用手册 树莓派如何编译运行SDK
SDK下载地址1: github
SDK下载地址2: 官网