Ixxat.Vci4 4.0.324

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

// Install Ixxat.Vci4 as a Cake Tool
#tool nuget:?package=Ixxat.Vci4&version=4.0.324                

Use Ixxat.Vci4 package to access CAN interfaces from Ixxat/HMS Networks via .NET and VCI4-API.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
4.1.7 963 5/17/2024
4.1.6 2,976 2/19/2024
4.1.5 151 2/9/2024
4.1.4 4,939 10/16/2023
4.1.3 412 10/5/2023
4.1.2 696 7/27/2023
4.1.1 5,006 1/25/2023
4.1.0 535 11/11/2022
4.0.436 17,939 12/14/2018
4.0.423 2,283 10/23/2018
4.0.355 2,772 2/9/2017
4.0.346 1,011 2/7/2017
4.0.340 955 2/2/2017
4.0.328 1,151 12/22/2016
4.0.324 975 12/16/2016
4.0.314 1,063 12/7/2016
4.0.308 980 12/6/2016
4.0.304 1,077 11/30/2016
4.0.291 1,010 11/24/2016
4.0.288 1,112 11/18/2016
4.0.255 1,044 8/30/2016

Resolved issues:
- removed ToValue/SetValue methods from message interfaces
- inherit ICanMessage2 from ICanMessage
- fixed CanMessageReader::ReadMessage(ICanMessage) which crashed when reading frames from a CanChannel2 instance
- fixed CanMessageReader::ReadMessages to create the correct frame type instances depending on the source channel type
- CanMessageWriter::SendMessage now tries to convert the frame depending on the destination channel type. If this fails e.g. when sending a extended data length CAN FD frame to a CanChannel instance an ArgumentException is thrown.
- fixed bitrate setting for CanBitrate2.Cia500KBit
- fixed bitrate setting for CanBitrate2.CANFD6667KBit, CanBitrate2.CANFD8000KBit, CanBitrate2.CANFD10000KBit