Wisdom.Utils.Driver 3.1.5

dotnet add package Wisdom.Utils.Driver --version 3.1.5
NuGet\Install-Package Wisdom.Utils.Driver -Version 3.1.5
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="3.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wisdom.Utils.Driver --version 3.1.5
#r "nuget: Wisdom.Utils.Driver, 3.1.5"
#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=3.1.5

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

一个通讯框架,支持串口和网口,内置Modbus和Fins协议,旨在让开发者关注协议本身,而不必维护通讯的细节。

1. 抽象了通讯方式
不用编写通讯方面的代码,通过配置选择串口或者网口通讯,例如串口设备增加了串口服务器变成网口通讯的情况。
2. 封装了通讯流程
可指定超时时间、重试次数,自动处理发送和接收同步的问题,带有收发日志和事件上报。
3. 应答报文的完整性检查
可选择固定长度的应答、使用指定的长度字节来判断、以固定标志结尾、等待固定时间或者没有应答。
4. 校验方式
可选择校验和、异或校验、CRC16,支持自定义扩展。
5. 驱动与协议分离
一个驱动下可以使用不同的协议,例如读取和设置命令返回的报文格式不同的情况。
6. 内嵌常用协议
内置Modbus和Fins驱动。另外,依赖此框架开发的DLT645驱动是独立的项目,不在此项目中。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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,599 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,084 4/16/2020
3.1.1 837 3/31/2020
3.1.0 485 3/30/2020
3.0.0 1,961 12/23/2019
3.0.0-rc1 541 12/12/2019
2.1.3 1,139 10/30/2019
2.1.2 2,045 9/23/2019
2.1.1 2,751 8/10/2019
2.1.0-rc1 983 7/17/2019
2.0.9 712 5/13/2019
2.0.8.1 598 4/24/2019
2.0.7.1 540 4/14/2019
2.0.5 582 4/3/2019
2.0.4.1 592 3/19/2019
1.3.1 597 3/5/2019
1.2.0 613 2/24/2019
1.1.1 980 3/20/2018

适配Utils更新到2.2.4,去掉dir参数