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 371 6/10/2020
1.2.11 565 5/28/2020
1.2.10 438 5/27/2020
1.2.9 420 5/22/2020
1.2.8 412 5/21/2020
1.2.7.1 417 5/15/2020
1.2.7 399 5/15/2020
1.2.6 424 5/12/2020
1.2.5 433 5/11/2020
1.2.4 429 5/9/2020
1.2.3 454 4/29/2020
1.2.2 434 4/18/2020
1.2.1-rc2 380 3/30/2020
1.2.1-rc1 422 3/28/2020
1.1.8 461 3/27/2020
1.1.7 488 3/25/2020
1.1.6 470 3/18/2020
1.1.5 492 3/9/2020
1.1.4 475 3/3/2020
1.1.3 506 1/14/2020
1.1.2.4 533 1/10/2020
1.1.2.3 461 1/6/2020
1.1.2.2 485 12/25/2019
1.1.2.1 447 12/25/2019
1.1.2 459 12/24/2019
1.1.0-rc2 369 12/20/2019
1.1.0-rc1 367 12/18/2019
1.0.23.2 493 12/19/2019
1.0.23.1 469 12/13/2019
1.0.23 484 12/13/2019
1.0.22 455 11/27/2019
1.0.21 467 11/22/2019
1.0.20 456 11/18/2019
1.0.19 444 11/1/2019
1.0.18.2 433 11/1/2019
1.0.18.1 466 11/1/2019
1.0.18 500 10/31/2019
1.0.17 487 10/30/2019
1.0.16 487 10/24/2019
1.0.14 465 10/19/2019
1.0.13 476 10/10/2019
1.0.12 503 10/7/2019
1.0.11 546 9/19/2019
1.0.10 482 9/18/2019
1.0.9 506 9/12/2019
1.0.8.2 480 9/12/2019
1.0.7 485 9/9/2019
1.0.6 474 9/4/2019
1.0.5.1 547 8/30/2019
1.0.4.4 732 8/29/2019
1.0.3 532 8/12/2019
1.0.2 512 8/6/2019
1.0.1 510 7/22/2019
1.0.0-rc1 374 7/17/2019

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