Why is CyUSB Obsolete?

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

cross mob
NoahP
Level 2
Level 2
5 likes given 10 sign-ins 5 replies posted

I am changing code on a Visual C# application used for bootloading PSoC devices. I heard that CyUSB is obsolete, and am wondering why.

 

Why is CyUSB obsolete, but there is not much discussion about this? Is it just no longer being maintained?

If it is obsolete, what will CyUSB not work with? What is it about newer PCs that makes us need to convert to Windows HID API?

 

Thanks.

0 Likes
1 Solution

That thread is similar I guess, but I already know CyUSB DLL is obsolete. I was wondering why it is obsolete. What about it makes it obsolete?

View solution in original post

0 Likes
4 Replies
KyTr_1955226
Level 6
Level 6
250 sign-ins 10 likes given 50 solutions authored

I don't have an actual answer to the main question,  my guess is that it's simply no longer maintained, but if you're looking for HID options in C#, I've found HidSharp to work pretty well.

I'm kind of amazed there's no official Microsoft API for C#.  iirc a HID API exists for UWP (which I think they're ditching?  I recall hearing something to that effect at some point) but nothing else.

MallikaK_22
Moderator
Moderator
Moderator
50 likes received 750 replies posted 250 solutions authored
0 Likes

That thread is similar I guess, but I already know CyUSB DLL is obsolete. I was wondering why it is obsolete. What about it makes it obsolete?

0 Likes
MallikaK_22
Moderator
Moderator
Moderator
50 likes received 750 replies posted 250 solutions authored

It is no longer being maintained.

0 Likes