Reading EP1 with CyUSB-IOCTL

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

cross mob
winic_291911
Level 1
Level 1
First like given

Iam working with the EzUSB driver since a long time. Now Iam switching to CyUSB Driver. Everything is working fine except reading data through EP1. With the EzUSB it was no problem to read/write the bidir EP1 since there are different IOCTL's for reading/writing and the driver handles the direction. I couldn't find this feature in the CyUSB driver because there is only the xx_SEND_NON_EP0_xx IOCTL. This is OK for EP2..EP8 since the direction is determined in the config but EP1 is BIDIR by nature, writing works perfect but reading doesn't..Question: is there any way to switch the direction of EP1?

0 Likes
0 Replies