Wisdom.Drivers.Meters
1.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Wisdom.Drivers.Meters --version 1.0.7
NuGet\Install-Package Wisdom.Drivers.Meters -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="Wisdom.Drivers.Meters" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wisdom.Drivers.Meters --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Wisdom.Drivers.Meters, 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.
// Install Wisdom.Drivers.Meters as a Cake Addin #addin nuget:?package=Wisdom.Drivers.Meters&version=1.0.7 // Install Wisdom.Drivers.Meters as a Cake Tool #tool nuget:?package=Wisdom.Drivers.Meters&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
电能表驱动,兼容645和698协议。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Wisdom.Utils.Driver (>= 2.1.1)
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.3.0-rc1 | 401 | 6/10/2020 |
1.2.11 | 663 | 5/28/2020 |
1.2.10 | 463 | 5/27/2020 |
1.2.9 | 449 | 5/22/2020 |
1.2.8 | 443 | 5/21/2020 |
1.2.7.1 | 446 | 5/15/2020 |
1.2.7 | 429 | 5/15/2020 |
1.2.6 | 444 | 5/12/2020 |
1.2.5 | 457 | 5/11/2020 |
1.2.4 | 458 | 5/9/2020 |
1.2.3 | 478 | 4/29/2020 |
1.2.2 | 468 | 4/18/2020 |
1.2.1-rc2 | 387 | 3/30/2020 |
1.2.1-rc1 | 452 | 3/28/2020 |
1.1.8 | 490 | 3/27/2020 |
1.1.7 | 515 | 3/25/2020 |
1.1.6 | 497 | 3/18/2020 |
1.1.5 | 524 | 3/9/2020 |
1.1.4 | 500 | 3/3/2020 |
1.1.3 | 531 | 1/14/2020 |
1.1.2.4 | 558 | 1/10/2020 |
1.1.2.3 | 483 | 1/6/2020 |
1.1.2.2 | 514 | 12/25/2019 |
1.1.2.1 | 474 | 12/25/2019 |
1.1.2 | 484 | 12/24/2019 |
1.1.0-rc2 | 387 | 12/20/2019 |
1.1.0-rc1 | 396 | 12/18/2019 |
1.0.23.2 | 523 | 12/19/2019 |
1.0.23.1 | 493 | 12/13/2019 |
1.0.23 | 524 | 12/13/2019 |
1.0.22 | 487 | 11/27/2019 |
1.0.21 | 494 | 11/22/2019 |
1.0.20 | 486 | 11/18/2019 |
1.0.19 | 476 | 11/1/2019 |
1.0.18.2 | 464 | 11/1/2019 |
1.0.18.1 | 488 | 11/1/2019 |
1.0.18 | 530 | 10/31/2019 |
1.0.17 | 519 | 10/30/2019 |
1.0.16 | 518 | 10/24/2019 |
1.0.14 | 496 | 10/19/2019 |
1.0.13 | 509 | 10/10/2019 |
1.0.12 | 530 | 10/7/2019 |
1.0.11 | 580 | 9/19/2019 |
1.0.10 | 508 | 9/18/2019 |
1.0.9 | 537 | 9/12/2019 |
1.0.8.2 | 506 | 9/12/2019 |
1.0.7 | 513 | 9/9/2019 |
1.0.6 | 505 | 9/4/2019 |
1.0.5.1 | 580 | 8/30/2019 |
1.0.4.4 | 766 | 8/29/2019 |
1.0.3 | 558 | 8/12/2019 |
1.0.2 | 548 | 8/6/2019 |
1.0.1 | 537 | 7/22/2019 |
1.0.0-rc1 | 396 | 7/17/2019 |
[1.0.7]
1. 698读取冻结时间修改,所有冻结必须指定冻结数据标识。
2. 提供安全模式参数设置方法接口,可以分别修改读取类默认的安全模式参数和设置方法类的安全模式参数。统一底层读取类安全模式,和设置方法类安全模式。
3. 取消设置类强制为公钥才能调用的判断条件。
4. 终端解决密文2签名2问题
5. 完成【终端加密机建立应用连接】
6. 合并电表和终端的加密机接口