SpringCard.WinUSB 24.20.14

dotnet add package SpringCard.WinUSB --version 24.20.14
                    
NuGet\Install-Package SpringCard.WinUSB -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.WinUSB" Version="24.20.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SpringCard.WinUSB" Version="24.20.14" />
                    
Directory.Packages.props
<PackageReference Include="SpringCard.WinUSB" />
                    
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.WinUSB --version 24.20.14
                    
#r "nuget: SpringCard.WinUSB, 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.WinUSB@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.WinUSB&version=24.20.14
                    
Install as a Cake Addin
#tool nuget:?package=SpringCard.WinUSB&version=24.20.14
                    
Install as a Cake Tool

SpringCard.WinUSB

NuGet Version NuGet Downloads License

SpringCard WinUSB Library - Windows USB device communication library for .NET


Table of Contents


Overview

SpringCard.WinUSB is a .NET library developed by SpringCard, providing Windows-specific USB device communication using the WinUSB driver. This library offers a high-level API for interacting with USB devices on Windows platforms.

Originally developed for internal use at SpringCard to support their hardware devices on Windows, this library provides advanced USB communication capabilities specifically optimized for the Windows environment.


Features

Windows-Specific USB Support

  • WinUSB Driver: Native integration with Windows WinUSB driver
  • Device Enumeration: Discover connected USB devices
  • Device Connection: Open and close connections to USB devices

Device Information

  • Device Descriptors: Access VID, PID, Version, Vendor Name, Product Name
  • Serial Number: Unique device identification
  • Configuration Details: Configuration name, attributes, max power
  • USB Version: Protocol version information
  • Device Class: USB class, subclass, and protocol information

Communication Features

  • Endpoint Management: Configure and manage USB endpoints
  • Data Transfer: Read and write data through endpoints
  • Endpoint Flushing: Clear endpoint buffers
  • Multiple Endpoint Types: Support for Control, Bulk, Interrupt, and Isochronous transfers

Architecture

  • Interface Support: Handle multiple USB interfaces per device
  • Endpoint Configuration: Dynamic endpoint configuration
  • Error Handling: Comprehensive exception management via WinUsbDeviceException
  • Debug Support: Optional debug logging for troubleshooting
  • Resource Management: Proper cleanup with IDisposable pattern

Supported Frameworks

SpringCard.WinUSB 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.WinUSB

Via .NET CLI

dotnet add package SpringCard.WinUSB

Via PackageReference in csproj

<PackageReference Include="SpringCard.WinUSB" 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.WinUSB
Author SpringCard
Copyright Copyright SpringCard SAS, France, 2008-2026 all rights reserved

Notes

  • This library is specifically designed for Windows platforms
  • Requires LibUsbDotNet package
  • Requires SpringCard.LibCs.Windows package
  • Optimized for SpringCard hardware devices
  • Actively maintained by SpringCard

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 816 6/16/2026