Wisdom.Utils.Driver 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wisdom.Utils.Driver --version 1.1.1
NuGet\Install-Package Wisdom.Utils.Driver -Version 1.1.1
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.Utils.Driver" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wisdom.Utils.Driver --version 1.1.1
#r "nuget: Wisdom.Utils.Driver, 1.1.1"
#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.Utils.Driver as a Cake Addin
#addin nuget:?package=Wisdom.Utils.Driver&version=1.1.1

// Install Wisdom.Utils.Driver as a Cake Tool
#tool nuget:?package=Wisdom.Utils.Driver&version=1.1.1

一个通讯框架,适用于一问一答通讯方式(例如有主从关系的485通讯)下的主机使用。旨在让使用者关注业务(请求报文的组织、应答报文的分析),而不必关心通讯方面的细节(串口还是网口、超时问题、断线重连),提供以下功能:
1. 可选择串口或网口通讯
2. 可选择应答报文长度的检查方式:固定长度、使用指定的长度字节判断或以固定标志结尾
3. 可选择校验方式,校验和、异或校验或者CRC16
4. 通用的超时判断机制

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 (5)

Showing the top 5 NuGet packages that depend on Wisdom.Utils.Driver:

Package Downloads
Wisdom.Drivers.Meters

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

Wisdom.Utils.Driver.Server

Wisdom.Utils.Driver库的扩展包,驱动作为tcp服务端时使用

Wisdom.Drivers.Hipots

耐压仪驱动

Wisdom.Protocols.Dlt645

Dlt645协议

Wisdom.Protocols.Oop698

698协议

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.5 2,612 5/22/2020
3.1.4 591 5/21/2020
3.1.3.1 593 5/15/2020
3.1.3 579 5/15/2020
3.1.2 1,085 4/16/2020
3.1.1 839 3/31/2020
3.1.0 487 3/30/2020
3.0.0 1,966 12/23/2019
3.0.0-rc1 543 12/12/2019
2.1.3 1,141 10/30/2019
2.1.2 2,047 9/23/2019
2.1.1 2,754 8/10/2019
2.1.0-rc1 985 7/17/2019
2.0.9 716 5/13/2019
2.0.8.1 600 4/24/2019
2.0.7.1 542 4/14/2019
2.0.5 584 4/3/2019
2.0.4.1 594 3/19/2019
1.3.1 599 3/5/2019
1.2.0 616 2/24/2019
1.1.1 983 3/20/2018

[1.1.1]
1. 应答检查器传null的时候,原来的逻辑是收到任何一个包就返回给上层,改为一直收等到超时时间再一起返回给上层
2. 修改OnReportMessage事件,改为传递byte类型