FX3 in UWP App

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

cross mob
lock attach
Attachments are accessible only for community members.
MaSc_4408511
Level 1
Level 1

I am trying to develop a UWP windows application with the Cypress FX3 and started with the FX3 development kit. The attached code is working in my WPF application, but in UWP it doesn't work. The code i do have from the Cypress examples. So i want to use the CyUSB.dll in my UWP application.

In the appxmanifest i added the details shown in the device manager. How i can get it to work?

Thank you for any help!

0 Likes
1 Solution
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

CyUSB.dll is not Universal Windows Platform complaint. Hence it cannot be used in UWP applications.

The library was developed and tested for .NET framework.

Thanks,

Yatheesh

View solution in original post

0 Likes
1 Reply
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

CyUSB.dll is not Universal Windows Platform complaint. Hence it cannot be used in UWP applications.

The library was developed and tested for .NET framework.

Thanks,

Yatheesh

0 Likes