Y2.UsbPc104.Driver.Win 3.10.3

dotnet add package Y2.UsbPc104.Driver.Win --version 3.10.3
NuGet\Install-Package Y2.UsbPc104.Driver.Win -Version 3.10.3
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="Y2.UsbPc104.Driver.Win" Version="3.10.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Y2.UsbPc104.Driver.Win --version 3.10.3
#r "nuget: Y2.UsbPc104.Driver.Win, 3.10.3"
#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.
// Install Y2.UsbPc104.Driver.Win as a Cake Addin
#addin nuget:?package=Y2.UsbPc104.Driver.Win&version=3.10.3

// Install Y2.UsbPc104.Driver.Win as a Cake Tool
#tool nuget:?package=Y2.UsbPc104.Driver.Win&version=3.10.3

Y2.UsbPc104.Driver.Win

弊社製 USB-PC104シリーズ のドライバです。
以下のOSに対応しています。

  • Windows 11 64ビット
  • Windows 10 64ビット
  • Windows 10 32ビット
  • Windows 8.1 64ビット
  • Windows 8.1 32ビット

インストール方法

Visual StudioのGUIからインストールする場合

  1. 使用するプロジェクトを右クリックし、[NuGetパッケージの管理] をクリックします。
  2. [パッケージ ソース] として "nuget.org" を選択し、[参照] タブを選択し、一覧から「Y2.UsbPc104.Driver.Win」を選択し [インストール] を選択します。

Visual Studioのパッケージマネージャーコンソールからインストールする場合

Install-Package Y2.UsbPc104.Driver.Win

dotnet CLIを使用してインストールする場合

dotnet add package Y2.UsbPc104.Driver.Win

使用方法

Y2.UsbIOライブラリ(オブジェクト指向のライブラリ)から使用する場合

Y2.UsbIO を参照してください。

YduCsライブラリ(手続き型のライブラリ)から使用する場合

Y2.UsbPc104.YduCs を参照してください。

注意

作成するアプリケーションのビット数によって使用するドライバは異なります。
(64ビット用/32ビット用)
ビルド時に適切なドライバが配置されますので、プラットフォーム設定(x64/x86)を間違えないように注意してください。
(プラットフォーム設定を間違えると、実行時に BadImageFormatException 例外となります。)
尚、32ビットアプリケーションで作成(プラットフォーム設定をx86でビルド)すれば64ビット・32ビットどちらのOSでも動作します。

アプリケーションを実行するOS 作成するアプリケーション<br>(ビルドのプラットフォーム設定) 使用されるドライバ(Ydu.dll)
64ビット 64ビット(x64) 64ビット
64ビット 32ビット(x86) 32ビット
32ビット 32ビット(x86) 32ビット
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
3.10.3 1,607 2/4/2023
3.10.2 1,604 11/5/2022
3.10.1 1,650 8/4/2022
3.10.0 1,672 7/29/2022
3.0.0 1,898 7/29/2022