### ๐ Features: - โ Native libraries for **Windows (x86/x64) and Linux (x64)** - โ Header files for **C/C++** integration (`IOLUSBIF20.h`) - โ Supports **.NET Standard 2.0+** and **.NET 6.0+** - โ Optimized for **TMG IO-Link Master (Hardware 2.0)** - โ Includes `.lib` files for Windows development ### ๐ ๏ธ Usage: 1. **Ensure the correct runtime is selected**: - **Windows x64** โ `IOLUSBIF20_64.dll` - **Windows x86** โ `IOLUSBIF20.dll` - **Linux x64** โ Native runtime folder 2. **Include the correct header files (`IOLUSBIF20.h`)** if developing in C/C++. 3. **Set your project target** to match your platform: `x86`, `x64`, or `linux-x64`. ### ๐ Compatibility: - **.NET Standard 2.0+** - **.NET 6.0+** - **Windows (x86/x64) & Linux (x64)** ### โ ๏ธ Notes: - The **TMG IO-Link Master device** (Hardware Version 2.0) is required. - Ensure that **drivers are installed** for proper USB communication. ### ๐ Support: For official IO-Link Master documentation and support, visit: ๐ [TMG IO-Link Master Website](https://www.tmgte.de)
License
โ
Deps
0
Install Size
โ
Vulns
โ 0
Published
Apr 9, 2025
$ dotnet add package Master.IoLink.TmgThis NuGet package provides libraries and header files for integrating the TMG IO-Link Master (Hardware Version 2.0) with applications requiring communication via IO-Link protocol. It includes platform-specific DLLs and headers, supporting Windows (x86/x64) and Linux (x64) environments.
runtimes/win-x64/native/IOLUSBIF20_64.dllruntimes/win-x86/native/IOLUSBIF20.dllruntimes/linux-x64/native/IOLUSBIF20.h (for C/C++ integration)IOLUSBIF20_64.lib & IOLUSBIF20.lib (for linking in Windows)Install-Package Master.IoLink.Tmg