How to check usage of FX3 endpoint buffer

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

cross mob
Mrzh_331041
Level 2
Level 2
First like received

With the C# library, I can bulk in and out packaet through the endpoints.

But how to check if there are bytes or how many bytes in the buffer without reading from the endpoint?

0 Likes
1 Solution
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please refer to this thread how to check if there is data available on a fx3 ? where a similar query is addressed.

You will need to send vendor commands from the host application and handle it in the firmware to know if data is available to be read from an endpoint.

Thanks,

Yatheesh

View solution in original post

0 Likes
2 Replies
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please refer to this thread how to check if there is data available on a fx3 ? where a similar query is addressed.

You will need to send vendor commands from the host application and handle it in the firmware to know if data is available to be read from an endpoint.

Thanks,

Yatheesh

0 Likes

Thank you Yatheesh, the reply is helpfull, I will try that way.

0 Likes