# instrustar-dev-SDK **Repository Path**: zhyulo/instrustar-dev-sdk ## Basic Information - **Project Name**: instrustar-dev-SDK - **Description**: https://github.com/instrustar-dev/SDK - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.instrustar.com/download_detail.asp?nid=1570 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-06 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SDK The Sdk of Instrustar Series Oscilloscopes. The open source support ISDS205 ISDS210 ISDS220 and ISDS206 oscilloscopes. ######################demo###################### 1,demo-VC a Demo written with VC 2,demo-Labview a Demo written with Labview,only test in windows 3,dome-Python a Demo written with Python,only test in windows 4,DllTest a command line Demo written with c++, test in windows and ubuntu linux 5,DllTestQt a Demo written with Qt, test in windows and ubuntu linux Note:To start Qt, please use sudo. This ensures that libusb can correctly detect the device ######################linux###################### 1,install libsub tar xvjf libusb-1.0.24.tar.bz2 ./configure --build=x86_64-linux --disable-udev make install / sudo make install 2,copy so "./linux/*.so" file to your system dynamic libraries like /lib or /usr/lib 3,Compile dlltest and then run sudo ./DllTest