PSOC USB - PC side API CyUSB

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

cross mob
KUn_4718781
Level 1
Level 1

Hi,

I would like to know how to cycle through endpoints on using CyUSB?  Does someone have some sample code they could make available to me?  I would like to max out the number of endpoints.  On the device side it is clear that you pass the functions the endpoint number.  The PC side is not so clear to me.

I was looking at "Cypress CyUSB .NET DLL Programmer's Reference" and didn't find clarity.

Thank you.

0 Likes
1 Solution
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hi,

You can refer to the Cypress Control Center and Streamer Applications on the Host side that use cyusb.dll: https://www.cypress.com/documentation/software-and-drivers/ez-usb-fx3-software-development-kit

If FX3 SDK is installed these applications can be found in the path: C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\application\c_sharp.

You can use these applications as a reference to see how the library APIs are being used.

Best Regards

Ekta

View solution in original post

0 Likes
1 Reply
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hi,

You can refer to the Cypress Control Center and Streamer Applications on the Host side that use cyusb.dll: https://www.cypress.com/documentation/software-and-drivers/ez-usb-fx3-software-development-kit

If FX3 SDK is installed these applications can be found in the path: C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\application\c_sharp.

You can use these applications as a reference to see how the library APIs are being used.

Best Regards

Ekta

0 Likes