SpringCard.USB 24.20.14

dotnet add package SpringCard.USB --version 24.20.14
                    
NuGet\Install-Package SpringCard.USB -Version 24.20.14
                    
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="SpringCard.USB" Version="24.20.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SpringCard.USB" Version="24.20.14" />
                    
Directory.Packages.props
<PackageReference Include="SpringCard.USB" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SpringCard.USB --version 24.20.14
                    
#r "nuget: SpringCard.USB, 24.20.14"
                    
#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.
#:package SpringCard.USB@24.20.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SpringCard.USB&version=24.20.14
                    
Install as a Cake Addin
#tool nuget:?package=SpringCard.USB&version=24.20.14
                    
Install as a Cake Tool

SpringCard.USB

NuGet Version NuGet Downloads License

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:


Package Information

Property Value
Package ID SpringCard.USB
Author SpringCard
Copyright Copyright SpringCard SAS, France, 2008-2026 all rights reserved

Notes


Made with care by SpringCard SAS, France

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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