Visual Studio based GUI for controlling of user I/Os of superspeed kit

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

cross mob
eata_1526501
Level 1
Level 1

hello,

   

 Visual studio based gui has been given for DMA access of data. Can you provide GUI based example for controlling the user I/Os of usb 3.0 FX3 Superspeed kit using PC.

   

 

   

thanks

0 Likes
4 Replies
Anonymous
Not applicable

We do not have such a gui tool available.

   

We encourage you to try and build a simple tool using visual studio and CyApi libraries for this.

   

You can contact our tech support by creating a case on our website if you face any issues.

0 Likes
Anonymous
Not applicable

thanks for reply..

   

In your control central application, there is only one control out endpoint 0x00.. How can we get both control endpoint: In (0x80) and out (0x00) in device tree configuration location simultaneously like bulk endpoint...?

0 Likes
Anonymous
Not applicable

Control endpoint is bidirectional (as per USB spec).

   

Direction of data flow is dictated by choosing either IN or OUT in the direction pull down tab after selecting the Control Endpoint.

0 Likes
Anonymous
Not applicable

I tried but it could not receive data from the in control endpoint register because, In control register has a different address location 0x80 h as compared to out address 0x00h.

0 Likes