Vimu MSO SDK
The SDK supports mixed-signal oscilloscope products. The SDK provides rich APIs; Support oscilloscope, DDS signal source, logic signal and IO control;
Provides demos for VC, Labview, Python , C# and Qt. The specific tools and test environment are as follows:
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
Download Link1: github
Download Link2: 官网