SuncodeSoftware.SuperSDK.Driver 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package SuncodeSoftware.SuperSDK.Driver --version 1.0.7
                    
NuGet\Install-Package SuncodeSoftware.SuperSDK.Driver -Version 1.0.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SuncodeSoftware.SuperSDK.Driver" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SuncodeSoftware.SuperSDK.Driver" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="SuncodeSoftware.SuperSDK.Driver" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SuncodeSoftware.SuperSDK.Driver --version 1.0.7
                    
#r "nuget: SuncodeSoftware.SuperSDK.Driver, 1.0.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SuncodeSoftware.SuperSDK.Driver@1.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SuncodeSoftware.SuperSDK.Driver&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=SuncodeSoftware.SuperSDK.Driver&version=1.0.7
                    
Install as a Cake Tool

SDriver

Version License .NET

这是一个公司内部库,暂时处于开发验证阶段,如果需要请邮件申请使用.

强大的 C# 仪器通讯库,支持多种仪器驱动和通讯协议。

📦 安装

dotnet add package SuncodeSoftware.SDriver

🚀 快速开始

using SDriver;
using SDriver.Core;

// 创建驱动实例(自动验证 License 和 DLL 完整性)
var driver = DriverFactory.CreateDriver("Keysight_DMM6500");

// 连接仪器
await driver.ConnectAsync("TCPIP::192.168.1.100::INSTR");

// 查询仪器信息
var identity = await driver.QueryIdentityAsync();
Console.WriteLine($"仪器: {identity}");

⚠️ 许可证

本库需要有效的 License 才能使用。首次运行会生成 machine.mci 文件,请发送此文件至:

📧 bin.xie@suncode-smart.com

获取 License 后,将 SuncodeDriver.lic 文件放在程序运行目录。

📞 联系方式

  • Author: vitoxie
  • Phone: 18926913740
  • Organization: SuncodeSoftware
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.6 176 12/23/2025
1.2.5 162 12/23/2025
1.2.4 168 12/23/2025
1.2.2 163 12/23/2025
1.2.1 167 12/22/2025
1.2.0 161 12/22/2025
1.1.9 169 12/22/2025
1.1.8 163 12/22/2025
1.1.7 158 12/22/2025
1.1.6 167 12/22/2025
1.1.5 164 12/22/2025
1.1.4 162 12/22/2025
1.1.3 163 12/22/2025
1.1.2 170 12/22/2025
1.1.1 166 12/22/2025
1.0.7 261 12/16/2025
1.0.6 256 12/16/2025

Standardized asset naming to SuperSDK (unified icons and key files)