Streamer CMD API

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.
EliW
Level 3
Level 3
25 replies posted 25 sign-ins 10 replies posted

Hi,

 

I have FX3 and I use it for ISOC/Interrupt/BULK testing with the streamer app (add the app below)

I wonder if there is an API for the app,

Like Windows CMD command for

  1. starting the transfer
  2. Choosing the endpoint
  3. Choosing the connected devices
  4. Getting status of successes and failures

And so on…. Just like in the UI of the app

 

And if there is, does it have documentation?

 

I think it will be useful for developing tools.

 

Thanks for helping,

EliW. 

Streamer.JPG

0 Likes
1 Solution
Biren_R
Moderator
Moderator
Moderator
First question asked First like given 250 sign-ins

Hello EliW,

Streamer app only supports GUI and not command line interface, but source code of this app is available in C# and  C++ with FX3 SDK package under below path you can make changes as per your requirements. 

C# -- C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\application\c_sharp\streamer
C++ -- C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\application\cpp\streamer 

Best Regards,

Biren

 

View solution in original post

1 Reply
Biren_R
Moderator
Moderator
Moderator
First question asked First like given 250 sign-ins

Hello EliW,

Streamer app only supports GUI and not command line interface, but source code of this app is available in C# and  C++ with FX3 SDK package under below path you can make changes as per your requirements. 

C# -- C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\application\c_sharp\streamer
C++ -- C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\application\cpp\streamer 

Best Regards,

Biren