Wisdom.Drivers.Meters 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wisdom.Drivers.Meters --version 1.0.6                
NuGet\Install-Package Wisdom.Drivers.Meters -Version 1.0.6                
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.6" />                
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.6                
#r "nuget: Wisdom.Drivers.Meters, 1.0.6"                
#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.6

// Install Wisdom.Drivers.Meters as a Cake Tool
#tool nuget:?package=Wisdom.Drivers.Meters&version=1.0.6                

电能表驱动,兼容645和698协议。

Product 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.

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.6]
终端:
增加【查询无线公网设备版本信息】及【以太网通信模块1通信配置】代码
电表:
新增功能
1.跟随上报开关,事件跟随上报开关。是否跟随上报解析开关。
2.读取冻结,新增同时多个oad和0个oad读取。
3.优化读取冻结发生时间逻辑。
4.跟随上报数据的解析。
bug修复
1.当分帧超过2帧以上时,异常确认帧的问题。
2.读事件发生时间解析格式异常问题。
3.自定义读取数据(Read)方法解析异常问题。