Products for USB Sensing and Control
Create a new project (a C# Console Application will be created for this example):
Next, right-click on References in the solution explorer and choose Manage NuGet Packages.
On the following screen, click the Browse tab and use the search bar to find Phidget22.NET.
Next, install the latest stable version Phidget22.NET
Success! The project now has access to Phidgets. You can confirm it was installed properly by checking the References:
Now that you've set up Phidgets in your programming environment, you should read our guide on Phidget Programming Basics to learn the fundamentals of programming with Phidgets.