SpringCard.USB
24.20.14
dotnet add package SpringCard.USB --version 24.20.14
NuGet\Install-Package SpringCard.USB -Version 24.20.14
<PackageReference Include="SpringCard.USB" Version="24.20.14" />
<PackageVersion Include="SpringCard.USB" Version="24.20.14" />
<PackageReference Include="SpringCard.USB" />
paket add SpringCard.USB --version 24.20.14
#r "nuget: SpringCard.USB, 24.20.14"
#:package SpringCard.USB@24.20.14
#addin nuget:?package=SpringCard.USB&version=24.20.14
#tool nuget:?package=SpringCard.USB&version=24.20.14
SpringCard.USB
SpringCard USB Library - Cross-platform USB device communication library for .NET
Table of Contents
Overview
SpringCard.USB is a .NET library developed by SpringCard, providing unified USB device communication across Windows and Unix-like systems. This library offers a consistent API for interacting with USB devices regardless of the underlying operating system.
Originally developed for internal use at SpringCard to support their hardware devices, this library has been made available to facilitate USB communication in .NET applications targeting multiple platforms.
Features
Cross-Platform Support
- Windows Support: Native integration with Windows USB stack
- Unix Support: Linux and macOS compatibility through LibUsb
- Unified API: Same code works across different operating systems
Device Management
- Device Connection: Open and close connections to USB devices
- Device Information: Access device descriptors (VID, PID, Vendor Name, Product Name, Serial Number, etc.)
- Configuration Access: Read device configuration and power attributes
Data Communication
- Endpoint Operations: Read and write data through USB endpoints
- Control Transfers: Support for control endpoint operations
- Bulk Transfers: High-speed bulk data transfers
- Interrupt Transfers: Time-sensitive interrupt transfers
Architecture
- Interface Management: Handle multiple USB interfaces
- Endpoint Configuration: Configure and manage USB endpoints
- Error Handling: Comprehensive exception management via UsbDeviceException
- Debug Support: Optional debug logging for troubleshooting
Supported Frameworks
SpringCard.USB is a .NET Standard 2.0 library, compatible with:
- .NET Framework 4.6.1+
- .NET Core 2.0+
- .NET 5/6/7/8+
Installation
Via NuGet Package Manager
Install-Package SpringCard.USB
Via .NET CLI
dotnet add package SpringCard.USB
Via PackageReference in csproj
<PackageReference Include="SpringCard.USB" Version="[latest-version]" />
API Documentation
For complete API documentation, please refer to the official SpringCard documentation:
License
This library is licensed under SpringCard proprietary license. See LICENSE.txt for full license text.
Copyright (c) 2008-2026 SpringCard - www.springcard.com
All rights reserved
Support
For support and inquiries:
- Website: https://www.springcard.com
- Email: support@springcard.com
Package Information
| Property | Value |
|---|---|
| Package ID | SpringCard.USB |
| Author | SpringCard |
| Copyright | Copyright SpringCard SAS, France, 2008-2026 all rights reserved |
Notes
- This library is actively maintained by SpringCard
- Compatible with Windows, Linux, and macOS environments
- Requires LibUsbDotNet package
- Requires SpringCard.LibCs.Windows package
Made with care by SpringCard SAS, France
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- LibUsbDotNet (>= 3.1.0-alpha)
- SpringCard.LibCs.Windows (>= 24.44.0)
-
net10.0
- LibUsbDotNet (>= 3.1.0-alpha)
- SpringCard.LibCs.Windows (>= 24.44.0)
-
net6.0
- LibUsbDotNet (>= 3.1.0-alpha)
- SpringCard.LibCs.Windows (>= 24.44.0)
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 |
|---|---|---|
| 24.20.14 | 776 | 6/16/2026 |