Hello.
I need to get a board status data that pre-defined in my project. I think the best way is using Read function in bCyControlEndPoint class by Host side. but I can't find example code coresponding to the Read function by Device side(FX3).
Can you provide a example code using Control Endpoint by device side??
Thank you.
Regards.
I find it! using CyU3PUsbGetEP0Data(), CyU3PUsbSendEP0Data() functions.