Hi all, i am trying to send a 2 MB image from a windows client using libusb driver, and receive it using the xusbps driver, if someone can help me with some sample code i would appreciate it very much, i'm using bulk_type endpoint and i'm a bit baffled with the endpoint configuration parameters on the bare metal side, there are 3 parameters:
DeviceConfig.EpCfg[1].Out.NumBufs = 64;
DeviceConfig.EpCfg[1].Out.BufSize = 512;
DeviceConfig.EpCfg[1].Out.MaxPacketSize = 512;
i don't fully understand what each means.
Thank you very much