![]() |
VOOZH | about |
dotnet add package NModbus4.NetCore --version 4.0.0
NuGet\Install-Package NModbus4.NetCore -Version 4.0.0
<PackageReference Include="NModbus4.NetCore" Version="4.0.0" />
<PackageVersion Include="NModbus4.NetCore" Version="4.0.0" />Directory.Packages.props
<PackageReference Include="NModbus4.NetCore" />Project file
paket add NModbus4.NetCore --version 4.0.0
#r "nuget: NModbus4.NetCore, 4.0.0"
#:package NModbus4.NetCore@4.0.0
#addin nuget:?package=NModbus4.NetCore&version=4.0.0Install as a Cake Addin
#tool nuget:?package=NModbus4.NetCore&version=4.0.0Install as a Cake Tool
Very simply, it is NModbus4 build for .NET (NOT .NET Framework)<br/>
Here is the definition of NModbus4
NModbus4 is a C# implementation of the Modbus protocol.
Here is a snippet from NModbus4 documentation
NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports serial ASCII, serial RTU, TCP, and UDP protocols. NModbus4 it's a fork of NModbus(https://code.google.com/p/nmodbus). NModbus4 differs from the original NModbus in following:
- removed USB support(FtdAdapter.dll)
- removed log4net dependency
- removed Unme.Common.dll dependency
- assembly renamed to NModbus4.dll
- target framework changed to .NET 4
Because
NModbus4.NetCore is a copy of NModbus4 with the following differences
https://www.nuget.org/packages/NModbus4.NetCore
Install-Package NModbus4.NetCore
or
dotnet add package NModbus4.NetCore
or
<PackageReference Include="NModbus4.NetCore" Version="1.2.0" />
The followings are the enhancement that I plan to add Add Coverage badge and Nuget badge
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on NModbus4.NetCore:
| Package | Downloads |
|---|---|
|
ZJMaster.Infrastructure.Protocols
ZJMaster 工业协议实现(Modbus、MQTT等) |
This package is not used by any popular GitHub repositories.