changing bulk

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

cross mob
Anonymous
Not applicable

I'm using the following statement, but it is not changing the timeout.

   

       

   

myDev.BulkOutEndPt.TimeOut = 1;

   

 

0 Likes
6 Replies
Anonymous
Not applicable

Hi dreitz,

   

How are you saying that it is not taking the value that you are passing.

   

Regards,

   

sai krishna.

0 Likes
Anonymous
Not applicable

I change the timeout value and the value changes.  However,when I call XferData, the timeout is still 10 seconds.  I can't wait that long.

0 Likes
Anonymous
Not applicable

What is happening if you are using BeginDataXfer, WaitForXfer and FinishDataXfer instead of Xferdata.

   

You can pass the time out value to WaitForXfer function.

0 Likes
Anonymous
Not applicable

We are running a bulk endpoint and want to use the sync method of XferData.  Can we not change the timeout value?

0 Likes
Anonymous
Not applicable

 Hi,

   

 

   

Try keeping the Timeout as 1000 and see if it changes. It is possible to change th eTimeout, 10secs is the default value. Refer "Bulkloop example" (location:Cypress USBSuite\application\c_sharp\bulkloop) coming as part of CypessSuperSpeed USB Suite.

   

 

   

Regards,

   

Gayathri

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Didn't change.  Still 10 seconds.

   

I attached my reset code.

0 Likes