Can i get Cyconsole's EZ-USB interface example project?

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

cross mob
Anonymous
Not applicable

 Hi 

   

I willing to refer vendor request from pc side windows application. 

   

I can't find Cyconsole' EZ-USB interface example project any way. 

   

I want make vendor command  function in  windows new application. 

   

Could you please give to me example project files?

0 Likes
3 Replies
Anonymous
Not applicable

Hi,

   

You can refer to the Control Centre application which is open source.
You can see how it implements Vendor commands.

   

after installing Cypress Suite USB. you will find it at the location: C:\Cypress\Cypress Suite USB 3.4.7\CyUSB.NET\examples\Control Center.

Njoy..

0 Likes
Anonymous
Not applicable

 Hi 

   

Unfortunaly, i can understand well c# language. Eventhough, i try find vendor command to refer it from control center. 

   

But i can not find. Exactlly, where am i refer code from that code exactlly?

   

Could you please let me know?

0 Likes
Anonymous
Not applicable

Hi,

   

For vendor commands implementation, you can also refer to the FxEEPROM application with the  other examples on C++.

   

In this go to MainF.cpp file and see te vendor commands A9 and A2 are being used to download code to the EEPROM (after vendax.hex is downloaded to the RAM).
I hope this helps.

Njoy...

0 Likes