Ixxat.Vci4
4.0.324
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
<PackageReference Include="Ixxat.Vci4" Version="4.0.324" />
paket add Ixxat.Vci4 --version 4.0.324
#r "nuget: Ixxat.Vci4, 4.0.324"
// 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 | Versions 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. |
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.10 | 237 | 1/16/2025 |
4.1.7 | 2,889 | 5/17/2024 |
4.1.6 | 4,412 | 2/19/2024 |
4.1.5 | 341 | 2/9/2024 |
4.1.4 | 6,834 | 10/16/2023 |
4.1.3 | 443 | 10/5/2023 |
4.1.2 | 741 | 7/27/2023 |
4.1.1 | 5,155 | 1/25/2023 |
4.1.0 | 586 | 11/11/2022 |
4.0.436 | 19,004 | 12/14/2018 |
4.0.423 | 2,323 | 10/23/2018 |
4.0.355 | 2,842 | 2/9/2017 |
4.0.346 | 1,041 | 2/7/2017 |
4.0.340 | 986 | 2/2/2017 |
4.0.328 | 1,182 | 12/22/2016 |
4.0.324 | 1,009 | 12/16/2016 |
4.0.314 | 1,095 | 12/7/2016 |
4.0.308 | 1,013 | 12/6/2016 |
4.0.304 | 1,108 | 11/30/2016 |
4.0.291 | 1,041 | 11/24/2016 |
4.0.288 | 1,148 | 11/18/2016 |
4.0.255 | 1,101 | 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