problem in using cyusb.dll in service in c#

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
masi_4401076
Level 1
Level 1

Hello

I am a c# developer and i want to use the cyusb.dll in my project. How can I use this dll in windows service?

because when I use it in Windows Service, the events don't work, but I can implement it in Form Application.

Would you please help me?

0 Likes
1 Solution
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

You can install the SuiteUSB 3.4 - USB Development tools for Visual Studio

This contains a Generic Device Driver, a .NET Managed Class Library, and some Sample Codes.

If you want to use Windows 10 operating system, please install the EZ-USB FX3 Software Development Kit​ .  The "CyUSB3_USB_Suite_Source.zip" contains windows host driver source code and the C++ & C# API library source code.

View solution in original post

0 Likes
1 Reply
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

You can install the SuiteUSB 3.4 - USB Development tools for Visual Studio

This contains a Generic Device Driver, a .NET Managed Class Library, and some Sample Codes.

If you want to use Windows 10 operating system, please install the EZ-USB FX3 Software Development Kit​ .  The "CyUSB3_USB_Suite_Source.zip" contains windows host driver source code and the C++ & C# API library source code.

0 Likes