Hi All
i´m using WINUSB to transfer data to my device. The device works fine. I have problem when i send a CONTROL WRITE with no data setup. I set wLenght to 0, but WINUSB send 1. I don´t have data in CONTROL WRITE SETUP PACKET but WINUSB put 1 byte there. Is it necessary put at least one byte in Data stage with WINUSB ?? Is this correct with WINUSB ?
I have an older driver, built with DDK that works well. The driver don´t carry an extra byte at my CONTROL WRITE SETUP.