Metadata >> NuGet >> NModbus4

NModbus4

Metadata

Authors Maxwe11
Copyrights Copyright 2015
Description 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)
LicenseUrl http://opensource.org/licenses/MIT
Owners Maxwe11
ProjectUrl https://github.com/Maxwe11/NModbus4
ReleaseNotes - Added Async overload to Master classes - ReadWriteMultipleRegisters function performs write before read (in accordance with Modbus spec) - SlaveExceptionResponse returned to master on invalid request - Added WriteComplete event fired by slave after processing write request
RequireLicenseAcceptance False
Tags modbus nmodbus rtu ascii tcp udp serial master slave
Title NModbus4
PackageSize 219148
PackageHashAlgorithm SHA512
PackageHash VRi5OS0RF9FhAyUPiRb0qzTDxkcvT3g0Cyi7OXnxoXrfNrlZ5LN2vVaQjwiXzxYYXnE4b/dF4nTzriUIYyj5sQ==
DownloadCount 000000
CreatedDate 2015-02-07T16:30:13

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install NModbus4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NModbus4 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package NModbus4
Installing the package (HTTP Basic authentication):
Install-Package NModbus4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NModbus4 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NModbus4

OpenWrap

Installing the package:
o add-wrap NModbus4
Uninstalling the package:
o remove-wrap NModbus4

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.0.5516.31020