Leaf.Communication 1.0.1

dotnet add package Leaf.Communication --version 1.0.1
                    
NuGet\Install-Package Leaf.Communication -Version 1.0.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="Leaf.Communication" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Leaf.Communication" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Leaf.Communication" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Leaf.Communication --version 1.0.1
                    
#r "nuget: Leaf.Communication, 1.0.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.
#:package Leaf.Communication@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Leaf.Communication&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Leaf.Communication&version=1.0.1
                    
Install as a Cake Tool

Leaf.Communication

串口与 TCP 设备通信库,提供统一连接器、设备管理与 Modbus RTU 读写能力。

功能特性

  • 提供串口与 TCP 两类连接器实现。
  • 提供连接器工厂与设备管理器,便于统一管理设备生命周期。
  • 提供 Modbus RTU 客户端能力与扩展方法。
  • 兼容 Microsoft.Extensions.Logging 进行日志记录。

安装

dotnet add package Leaf.Communication --version 1.0.0

依赖

  • Microsoft.Extensions.Logging.Abstractions
  • System.IO.Ports

使用说明

  • 在应用启动时注册连接器工厂与设备管理服务。
  • 根据设备类型构建 ConnectionConfig(串口或 TCP)。
  • 通过连接器发送命令并处理响应,异常场景按业务捕获处理。

构建

dotnet build

许可证

本项目基于 MIT 许可证,详见 LICENSE

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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.0.1 87 5/4/2026
1.0.0 85 5/4/2026